Skip to content

Commit e3dffd1

Browse files
Doc-only: true
Bump the gha-versions group across 1 directory with 2 updates Bumps the gha-versions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `github/codeql-action` from 4.35.4 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@68bde55...8aad20d) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-versions - dependency-name: github/codeql-action dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3c4f25 commit e3dffd1

11 files changed

Lines changed: 35 additions & 35 deletions

.github/workflows/bash_unit_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
runs-on: [self-hosted, light]
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
- name: Checkout bash_unit project
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
repository: 'pgrange/bash_unit'
3030
path: bash_unit

.github/workflows/bullseye-coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
matrix: ${{ steps.matrix.outputs.text }}
110110
steps:
111111
- name: Checkout code
112-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
112+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
113113
with:
114114
ref: ${{ github.event.pull_request.head.sha }}
115115
- name: Import commit pragmas
@@ -235,7 +235,7 @@ jobs:
235235
COMMIT_STATUS_DISTRO_VERSION:
236236
steps:
237237
- name: Checkout code
238-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
238+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
239239
with:
240240
submodules: true
241241
fetch-depth: 500
@@ -409,7 +409,7 @@ jobs:
409409
matrix: ${{ steps.matrix.outputs.text }}
410410
steps:
411411
- name: Checkout code
412-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
412+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
413413
with:
414414
ref: ${{ github.event.pull_request.head.sha }}
415415
- name: Import commit pragmas
@@ -519,7 +519,7 @@ jobs:
519519
SIZE:
520520
steps:
521521
- name: Checkout code
522-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
522+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
523523
with:
524524
submodules: true
525525
fetch-depth: 500

.github/workflows/ci2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
DOCKER_BASE: ${{ matrix.base }}
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838
with:
3939
submodules: true
4040
fetch-depth: 500
@@ -100,7 +100,7 @@ jobs:
100100
COMPILER: ${{ matrix.compiler }}
101101
steps:
102102
- name: Checkout code
103-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
103+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
104104
with:
105105
submodules: true
106106
fetch-depth: 500

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: write
2020
steps:
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
fetch-depth: 2
2424
- uses: ./.github/actions/make_release

.github/workflows/landing-builds.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
DOCKER_BASE: ${{ matrix.base }}
6565
steps:
6666
- name: Checkout code
67-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
67+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6868
with:
6969
fetch-depth: 500
7070
- name: Setup git hash
@@ -111,7 +111,7 @@ jobs:
111111
COMPILER: clang
112112
steps:
113113
- name: Checkout code
114-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
114+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
115115
with:
116116
submodules: true
117117
fetch-depth: 500
@@ -180,7 +180,7 @@ jobs:
180180
COMPILER: ${{ matrix.compiler }}
181181
steps:
182182
- name: Checkout code
183-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
183+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
184184
with:
185185
submodules: true
186186
fetch-depth: 500
@@ -254,7 +254,7 @@ jobs:
254254
BASE_DISTRO: ${{ matrix.with }}
255255
steps:
256256
- name: Checkout code
257-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
257+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
258258
with:
259259
submodules: true
260260
- name: Build dependencies in image.
@@ -342,7 +342,7 @@ jobs:
342342
COMPILER: ${{ matrix.compiler }}
343343
steps:
344344
- name: Checkout code
345-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
345+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
346346
with:
347347
submodules: true
348348
- name: Build dependencies in image.

.github/workflows/linting.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929
with:
3030
ref: ${{ github.event.pull_request.head.sha }}
3131
- name: Set up Python environment
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04
4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5252
with:
5353
ref: ${{ github.event.pull_request.head.sha }}
5454
- name: Run
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-24.04
6767
steps:
6868
- name: Checkout code
69-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
69+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7070
with:
7171
ref: ${{ github.event.pull_request.head.sha }}
7272
- name: Check DAOS logging macro use.
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-24.04
7878
steps:
7979
- name: Checkout code
80-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
80+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8181
- name: Check DAOS ftest tags.
8282
run: \[ ! -x src/tests/ftest/tags.py \] || ./src/tests/ftest/tags.py lint --verbose
8383

@@ -86,7 +86,7 @@ jobs:
8686
name: Flake8 check
8787
steps:
8888
- name: Check out source repository
89-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
89+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9090
with:
9191
ref: ${{ github.event.pull_request.head.sha }}
9292
- name: Set up Python environment
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-24.04
120120
steps:
121121
- name: Checkout code
122-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
122+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
123123
with:
124124
ref: ${{ github.event.pull_request.head.sha }}
125125
- name: Install doxygen
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-24.04
141141
steps:
142142
- name: Checkout code
143-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
143+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
144144
with:
145145
ref: ${{ github.event.pull_request.head.sha }}
146146
- name: Set up Python environment
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-24.04
162162
steps:
163163
- name: Checkout code
164-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
164+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
165165
- name: Set up Python environment
166166
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
167167
with:
@@ -180,7 +180,7 @@ jobs:
180180
runs-on: ubuntu-24.04
181181
steps:
182182
- name: Check out source repository
183-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
183+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
184184
with:
185185
ref: ${{ github.event.pull_request.head.sha }}
186186
fetch-depth: 0
@@ -207,7 +207,7 @@ jobs:
207207
runs-on: ubuntu-22.04
208208
steps:
209209
- name: Check out source repository
210-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
210+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
211211
with:
212212
ref: ${{ github.event.pull_request.head.sha }}
213213
- name: Set up Python environment
@@ -224,7 +224,7 @@ jobs:
224224
runs-on: ubuntu-24.04
225225
steps:
226226
- name: Check out source repository
227-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
227+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
228228
with:
229229
ref: ${{ github.event.pull_request.head.sha }}
230230
fetch-depth: 0

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737
with:
3838
persist-credentials: false
3939

@@ -71,6 +71,6 @@ jobs:
7171
# Upload the results to GitHub's code scanning dashboard (optional).
7272
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
74+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7575
with:
7676
sarif_file: results.sarif

.github/workflows/pr-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Report Jira data to PR comment
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
- name: install jira
2424
run: python3 -m pip install jira
2525
- name: Load jira metadata

.github/workflows/rpm-build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
matrix: ${{ steps.matrix.outputs.text }}
118118
steps:
119119
- name: Checkout code
120-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
120+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
121121
with:
122122
ref: ${{ github.event.pull_request.head.sha }}
123123
- name: Import commit pragmas
@@ -243,7 +243,7 @@ jobs:
243243
COMMIT_STATUS_DISTRO_VERSION:
244244
steps:
245245
- name: Checkout code
246-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
246+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
247247
with:
248248
submodules: true
249249
fetch-depth: 500
@@ -417,7 +417,7 @@ jobs:
417417
matrix: ${{ steps.matrix.outputs.text }}
418418
steps:
419419
- name: Checkout code
420-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
420+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
421421
with:
422422
ref: ${{ github.event.pull_request.head.sha }}
423423
- name: Import commit pragmas
@@ -527,7 +527,7 @@ jobs:
527527
SIZE:
528528
steps:
529529
- name: Checkout code
530-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
530+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
531531
with:
532532
submodules: true
533533
fetch-depth: 500

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
security-events: write
3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737

3838
- name: Run Trivy vulnerability scanner in filesystem mode (table format)
3939
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # 0.36.0
@@ -68,7 +68,7 @@ jobs:
6868
trivy-config: 'utils/trivy/trivy.yaml'
6969

7070
- name: Upload Trivy scan results to GitHub Security tab
71-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
71+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7272
with:
7373
sarif_file: 'trivy-results.sarif'
7474

0 commit comments

Comments
 (0)