This repository was archived by the owner on Jul 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8484
8585 - uses : actions/setup-python@v4
8686 with :
87- python-version : ' 3.9 '
87+ python-version : ' 3.13 '
8888
8989 - name : Install techdocs-cli
9090 run : sudo npm install -g @techdocs/cli
Original file line number Diff line number Diff line change 3333 with :
3434 # go version must be quoted on version 1.22+ or else setup action
3535 # will pull down version 1.2 instead of 1.22
36- go-version : ' 1.22 '
36+ go-version : ' 1.24 '
3737
3838 - name : Set up QEMU
3939 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 3838 persist-credentials : false
3939
4040 - name : Run analysis
41- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
41+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
4242 with :
4343 results_file : results.sarif
4444 results_format : sarif
@@ -60,14 +60,14 @@ jobs:
6060 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161 # format to the repository Actions tab.
6262 - name : Upload artifact
63- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
63+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6464 with :
6565 name : SARIF file
6666 path : results.sarif
6767 retention-days : 5
6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : Upload to code-scanning
71- uses : github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
71+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments