Skip to content

Commit cb77005

Browse files
Merge pull request #522 from egecetin/dependabot/github_actions/actions-dependencies-b2154ddf82
Bump the actions-dependencies group with 8 updates
2 parents 6c40b0a + ef91988 commit cb77005

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
container: egecetinn/alpine@sha256:9e2b9bedd5f930f7b03a459976f72eb329efb01995569e72a270ead4d07200d6
2222
steps:
2323
- name: Checkout Code
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2525
with:
2626
submodules: recursive
2727
- name: Fix checkout ownership
@@ -40,14 +40,14 @@ jobs:
4040
container: egecetinn/ubuntu2404@sha256:0f63b02fe3dcd1a03d299000466713596df974a657005e27cda42155f652134d
4141
steps:
4242
- name: Checkout Code
43-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4444
with:
4545
submodules: recursive
4646
- name: Prepare
4747
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
4848
- name: Restore ccache
4949
id: ccache-restore
50-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
50+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5151
with:
5252
path: |
5353
${{ env.CCACHE_DIR }}
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run tests
6262
run: ctest --output-on-failure --test-dir build
6363
- name: Save ccache
64-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
64+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6565
with:
6666
path: ${{ env.CCACHE_DIR }}
6767
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -74,14 +74,14 @@ jobs:
7474
sanitizer: [ASAN, USAN]
7575
steps:
7676
- name: Checkout Code
77-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
77+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7878
with:
7979
submodules: recursive
8080
- name: Prepare
8181
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
8282
- name: Restore ccache
8383
id: ccache-restore
84-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
84+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8585
with:
8686
path: |
8787
${{ env.CCACHE_DIR }}
@@ -95,7 +95,7 @@ jobs:
9595
- name: Run tests
9696
run: ctest --output-on-failure --test-dir build
9797
- name: Save ccache
98-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
98+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9999
with:
100100
path: ${{ env.CCACHE_DIR }}
101101
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -118,14 +118,14 @@ jobs:
118118

119119
steps:
120120
- name: Checkout Code
121-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
121+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
122122
with:
123123
submodules: recursive
124124
- name: Prepare
125125
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
126126
- name: Restore ccache
127127
id: ccache-restore
128-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
128+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
129129
with:
130130
path: |
131131
${{ env.CCACHE_DIR }}
@@ -139,7 +139,7 @@ jobs:
139139
- name: Run Tests
140140
run: ctest --output-on-failure --test-dir build
141141
- name: Save ccache
142-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
142+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
143143
with:
144144
path: ${{ env.CCACHE_DIR }}
145145
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@ jobs:
3030
language: [ 'cpp' ]
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434
with:
3535
submodules: recursive
3636
- name: Restore ccache
3737
id: ccache-restore
38-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
38+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3939
with:
4040
path: |
4141
${{ env.CCACHE_DIR }}
4242
key: codeql-ccache-${{ github.run_id }}
4343
restore-keys: |
4444
codeql-ccache
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.29.5
46+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
4747
with:
4848
languages: ${{ matrix.language }}
4949
- name: Configure
5050
run: cmake -S . -B build
5151
- name: Build
5252
run: cmake --build build --parallel
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.29.5
54+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
5555
- name: Save ccache
56-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
56+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5757
with:
5858
path: ${{ env.CCACHE_DIR }}
5959
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: 'Checkout Repository'
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121
- name: 'Dependency Review'
2222
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
container: egecetinn/alpine@sha256:9e2b9bedd5f930f7b03a459976f72eb329efb01995569e72a270ead4d07200d6
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222
with:
2323
submodules: recursive
2424
- name: Rename templates

.github/workflows/scorecards.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: "Checkout code"
35-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3636
with:
3737
persist-credentials: false
3838

@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.29.5
71+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
7272
with:
7373
sarif_file: results.sarif

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
BUILD_WRAPPER_OUT_DIR: build/sonar
1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222
with:
2323
fetch-depth: 0
2424
submodules: recursive
2525
- name: Prepare
2626
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2727
- name: Install Build Wrapper
28-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@7006c4492b2e0ee0f816d36501671557c97f5995
28+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@713881670b6b3676cda39549040e2d88c70d582e
2929
- name: Configure
3030
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DXXX_ENABLE_COVERAGE=ON -DXXX_BUILD_TESTS=ON
3131
- name: Run build-wrapper
3232
run: build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Debug --parallel --target coverage-xml
3333
- name: Run sonar-scanner
34-
uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995
34+
uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)