Skip to content

Commit ceb0c5c

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.1 - [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...87557b9) --- 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 4618d29 commit ceb0c5c

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: 'recursive'
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: 'recursive'
525525
fetch-depth: 500

.github/workflows/ci2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PYTHON_VERSION: ${{ matrix.python }}
3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040
with:
4141
submodules: true
4242
fetch-depth: 500
@@ -103,7 +103,7 @@ jobs:
103103
COMPILER: ${{ matrix.compiler }}
104104
steps:
105105
- name: Checkout code
106-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
106+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
107107
with:
108108
submodules: true
109109
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
@@ -69,7 +69,7 @@ jobs:
6969
PYTHON_VERSION: ${{ matrix.python }}
7070
steps:
7171
- name: Checkout code
72-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
72+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7373
with:
7474
submodules: 'recursive'
7575
fetch-depth: 500
@@ -121,7 +121,7 @@ jobs:
121121
PYTHON_VERSION: ${{ matrix.python }}
122122
steps:
123123
- name: Checkout code
124-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
124+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
125125
with:
126126
submodules: 'recursive'
127127
fetch-depth: 500
@@ -196,7 +196,7 @@ jobs:
196196
PYTHON_VERSION: ${{ matrix.python }}
197197
steps:
198198
- name: Checkout code
199-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
199+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
200200
with:
201201
submodules: 'recursive'
202202
fetch-depth: 500
@@ -279,7 +279,7 @@ jobs:
279279
PYTHON_VERSION: ${{ matrix.python }}
280280
steps:
281281
- name: Checkout code
282-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
282+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
283283
with:
284284
submodules: 'recursive'
285285
fetch-depth: 500
@@ -380,7 +380,7 @@ jobs:
380380
PYTHON_VERSION: ${{ matrix.python }}
381381
steps:
382382
- name: Checkout code
383-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
383+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
384384
with:
385385
submodules: 'recursive'
386386
fetch-depth: 500

.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-24.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@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
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
@@ -118,7 +118,7 @@ jobs:
118118
matrix: ${{ steps.matrix.outputs.text }}
119119
steps:
120120
- name: Checkout code
121-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
121+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
122122
with:
123123
ref: ${{ github.event.pull_request.head.sha }}
124124
- name: Import commit pragmas
@@ -244,7 +244,7 @@ jobs:
244244
COMMIT_STATUS_DISTRO_VERSION:
245245
steps:
246246
- name: Checkout code
247-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
247+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
248248
with:
249249
submodules: recursive
250250
fetch-depth: 500
@@ -418,7 +418,7 @@ jobs:
418418
matrix: ${{ steps.matrix.outputs.text }}
419419
steps:
420420
- name: Checkout code
421-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
421+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
422422
with:
423423
ref: ${{ github.event.pull_request.head.sha }}
424424
- name: Import commit pragmas
@@ -528,7 +528,7 @@ jobs:
528528
SIZE:
529529
steps:
530530
- name: Checkout code
531-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
531+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
532532
with:
533533
submodules: recursive
534534
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@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
7272
with:
7373
sarif_file: 'trivy-results.sarif'
7474

0 commit comments

Comments
 (0)