File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ jobs:
64
64
65
65
# Initializes the CodeQL tools for scanning.
66
66
- name : Initialize CodeQL
67
- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
67
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
68
68
with :
69
69
languages : ${{ matrix.language }}
70
70
71
71
- name : Autobuild
72
- uses : github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
72
+ uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
73
73
74
74
# ℹ️ Command-line programs to run using the OS shell.
75
75
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
83
83
# make release
84
84
85
85
- name : Perform CodeQL Analysis
86
- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
86
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
Original file line number Diff line number Diff line change 48
48
env :
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
50
51
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
51
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52
52
with :
53
53
name : artifacts
54
54
path : dist/*
Original file line number Diff line number Diff line change 33
33
persist-credentials : false
34
34
35
35
- name : " Run analysis"
36
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
36
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
37
37
with :
38
38
results_file : results.sarif
39
39
results_format : sarif
@@ -55,14 +55,14 @@ jobs:
55
55
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
56
56
# format to the repository Actions tab.
57
57
- name : " Upload artifact"
58
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
58
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
59
59
with :
60
60
name : SARIF file
61
61
path : results.sarif
62
62
retention-days : 5
63
63
64
64
# Upload the results to GitHub's code scanning dashboard.
65
65
- name : " Upload to code-scanning"
66
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
66
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
67
67
with :
68
68
sarif_file : results.sarif
Original file line number Diff line number Diff line change 45
45
./dist/publish-release-amd64-linux help
46
46
./dist/release-notes-amd64-linux version
47
47
48
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
48
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
49
49
with :
50
50
name : artifacts
51
51
path : dist/*
79
79
env:
80
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
81
82
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
82
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83
83
with :
84
84
name : release.intoto.json
85
85
path : ./release.intoto.json
You can’t perform that action at this time.
0 commit comments