Skip to content

Commit 0bd3717

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

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
58+
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
92+
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938
9393
with:
9494
category: "/language:${{matrix.language}}"

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
13-
- uses: cpp-linter/cpp-linter-action@0b93f5833680005fbb233652d0e3d8835b3cc2f3
13+
- uses: cpp-linter/cpp-linter-action@08d1ce7079c971911b36673d2818aef029de8a2e
1414
id: linter
1515
continue-on-error: true
1616
env:

.github/workflows/publish.yml

Lines changed: 4 additions & 4 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@bf7454d06d71f1098171f2acdf0cd4708d7b5920
23+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c
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@bf7454d06d71f1098171f2acdf0cd4708d7b5920
81+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c
8282
with:
8383
egress-policy: audit
8484

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

@@ -126,7 +126,7 @@ jobs:
126126
name: ${{ needs.build.outputs.version }}_ns.bin
127127

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

.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@bf7454d06d71f1098171f2acdf0cd4708d7b5920
35+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
75+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)