Skip to content

Commit ec7dbfb

Browse files
committed
ci: Update 3rd-party components
Signed-off-by: Taras Drozdovskyi <[email protected]>
1 parent 6f649ed commit ec7dbfb

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
58+
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
5959
with:
6060
languages: ${{ matrix.language }}
6161
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -89,6 +89,6 @@ jobs:
8989
make
9090
9191
- name: Perform CodeQL Analysis
92-
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
92+
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
9393
with:
9494
category: "/language:${{matrix.language}}"

.github/workflows/fossology.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
-e GITHUB_ACTIONS=true \
2222
fossology/fossology:scanner "/bin/fossologyscanner" --report TEXT repo nomos ojo copyright keyword
2323
# Upload artifact
24-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
24+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
2525
with:
2626
name: scan-fossology-report
2727
path: ./results
2828

2929
# Artifact download
30-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
30+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
3131
with:
3232
name: scan-fossology-report

.github/workflows/license-finder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
license_finder > ./license-finder-report
2121
2222
- name: Upload artifact
23-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
23+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
2424
with:
2525
name: scan-license-finder-report
2626
path: ./license-finder-report
2727

2828
- name: Artifact download
29-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
29+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
3030
with:
3131
name: scan-license-finder-report

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13-
- uses: cpp-linter/cpp-linter-action@c2da070236281f6d44e739238632de5e1d2d6c7d
13+
- uses: cpp-linter/cpp-linter-action@1f17beec5b849076a66af41aca1a44a041625541
1414
id: linter
1515
continue-on-error: true
1616
env:

.github/workflows/publish.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
23+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
2424
with:
2525
egress-policy: audit
2626

@@ -55,14 +55,14 @@ jobs:
5555
# echo "version=mtower-${VERSION:1}.bin" >> "$GITHUB_OUTPUT"
5656

5757
- name: Upload build artifacts
58-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
58+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
5959
with:
6060
name: ${{ steps.mtower_version.outputs.version }}_s.bin
6161
path: ./${{ steps.mtower_version.outputs.version }}_s.bin
6262
if-no-files-found: error
6363

6464
- name: Upload build artifacts
65-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
65+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
6666
with:
6767
name: ${{ steps.mtower_version.outputs.version }}_ns.bin
6868
path: ./${{ steps.mtower_version.outputs.version }}_ns.bin
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Harden Runner
81-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
81+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
8282
with:
8383
egress-policy: audit
8484

@@ -96,7 +96,7 @@ jobs:
9696
actions: read # To read the workflow path.
9797
id-token: write # To sign the provenance.
9898
contents: write # To add assets to a release.
99-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
99+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
100100
with:
101101
base64-subjects: "${{ needs.build.outputs.hashes }}"
102102
upload-assets: true # Optional: Upload to a new release
@@ -111,17 +111,17 @@ jobs:
111111
if: startsWith(github.ref, 'refs/tags/')
112112
steps:
113113
- name: Harden Runner
114-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
114+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
115115
with:
116116
egress-policy: audit
117117

118118
- name: Download ${{ needs.build.outputs.version }}_s.bin
119-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
119+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
120120
with:
121121
name: ${{ needs.build.outputs.version }}_s.bin
122122

123123
- name: Download ${{ needs.build.outputs.version }}_ns.bin
124-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
124+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
125125
with:
126126
name: ${{ needs.build.outputs.version }}_ns.bin
127127

.github/workflows/scancode.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
run: scancode -clpeui -n 2 --cyclonedx ./results/sbom-cyclonedx --spdx-rdf ./results/sbom-spdx ./
2222

2323
- name: Upload artifact
24-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
24+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
2525
with:
2626
name: scan-scancode-report
2727
path: ./results/
2828

2929
- name: Artifact download
30-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
30+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
3131
with:
3232
name: scan-scancode-report

.github/workflows/scorecards-analysis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Harden Runner
35-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
35+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
3636
with:
3737
egress-policy: audit
3838

@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: "Run analysis"
45-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
45+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186
4646
with:
4747
results_file: results.sarif
4848
results_format: sarif
@@ -64,14 +64,14 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
67+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
6868
with:
6969
name: SARIF file
7070
path: results.sarif
7171
retention-days: 5
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
75+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)