Skip to content

Commit adf9d8f

Browse files
committed
ci: Update 3rd-party components
Signed-off-by: Taras Drozdovskyi <t.drozdovsky@samsung.com>
1 parent d563621 commit adf9d8f

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
58+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
92+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387
9393
with:
9494
category: "/language:${{matrix.language}}"

.github/workflows/fossology.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
path: ./results
2828

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

.github/workflows/license-finder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
path: ./license-finder-report
2727

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

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
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@c6295a65d1254861815972266d5933fd6e532bdf
23+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
2424
with:
2525
egress-policy: audit
2626

@@ -78,7 +78,7 @@ jobs:
7878

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

@@ -111,22 +111,22 @@ jobs:
111111
if: startsWith(github.ref, 'refs/tags/')
112112
steps:
113113
- name: Harden Runner
114-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
114+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
115115
with:
116116
egress-policy: audit
117117

118118
- name: Download ${{ needs.build.outputs.version }}_s.bin
119-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
119+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
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@95815c38cf2ff2164869cbab79da8d1f422bc89e
124+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
125125
with:
126126
name: ${{ needs.build.outputs.version }}_ns.bin
127127

128128
- name: Upload assets
129-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
129+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
130130
with:
131131
files: |
132132
${{ needs.build.outputs.version }}_s.bin

.github/workflows/scancode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
path: ./results/
2828

2929
- name: Artifact download
30-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
30+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
3131
with:
3232
name: scan-scancode-report

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
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@c6295a65d1254861815972266d5933fd6e532bdf
35+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
3636
with:
3737
egress-policy: audit
3838

@@ -72,6 +72,6 @@ jobs:
7272

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

0 commit comments

Comments
 (0)