File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
46
46
- name : Set up Docker Buildx
47
47
if : steps.changes.outputs.container == 'true'
48
- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
48
+ uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
49
49
50
50
- name : Log in to the Container registry
51
51
if : steps.changes.outputs.container == 'true'
52
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
52
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
53
53
with :
54
54
registry : ${{ env.REGISTRY }}
55
55
username : ${{ github.actor }}
68
68
69
69
- name : Build and push
70
70
if : steps.changes.outputs.container == 'true'
71
- uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2 .0
71
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5 .0
72
72
with :
73
73
context : ' {{defaultContext}}:ci'
74
74
push : true
Original file line number Diff line number Diff line change 74
74
75
75
# Initializes the CodeQL tools for scanning.
76
76
- name : Initialize CodeQL
77
- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
77
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
78
78
with :
79
79
languages : ${{ matrix.language }}
80
80
build-mode : ${{ matrix.build-mode }}
@@ -109,6 +109,6 @@ jobs:
109
109
run : cmake --build ${{github.workspace}}/build -- -k -j
110
110
111
111
- name : Perform CodeQL Analysis
112
- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
112
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
113
113
with :
114
114
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
33
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
39
39
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
40
40
# format to the repository Actions tab.
41
41
- name : " Upload artifact"
42
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
42
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
43
43
with :
44
44
name : SARIF file
45
45
path : results.sarif
48
48
# Upload the results to GitHub's code scanning dashboard (optional).
49
49
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
50
50
- name : " Upload to code-scanning"
51
- uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
51
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments