Skip to content

Commit 24ab78d

Browse files
Bump the actions group across 1 directory with 5 updates (#5587)
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.5` | `4.1.6` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.25.5` | `3.25.6` | | [carloscastrojumo/github-cherry-pick-action](https://github.com/carloscastrojumo/github-cherry-pick-action) | `1.0.1` | `1.0.10` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.4.0` | `4.4.1` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.15.11` | `0.16.0` | Updates `actions/checkout` from 4.1.5 to 4.1.6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...a5ac7e5) Updates `github/codeql-action` from 3.25.5 to 3.25.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b7cec75...9fdb3e4) Updates `carloscastrojumo/github-cherry-pick-action` from 1.0.1 to 1.0.10 - [Release notes](https://github.com/carloscastrojumo/github-cherry-pick-action/releases) - [Commits](carloscastrojumo/github-cherry-pick-action@v1.0.1...v1.0.10) Updates `codecov/codecov-action` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@6d79887...125fc84) Updates `anchore/sbom-action` from 0.15.11 to 0.16.0 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](anchore/sbom-action@7ccf588...e8d2a69) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: carloscastrojumo/github-cherry-pick-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db1de8e commit 24ab78d

28 files changed

+65
-65
lines changed

.github/workflows/build-base-images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ic_version: ${{ steps.vars.outputs.ic_version }}
2828
steps:
2929
- name: Checkout Repository
30-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
30+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3131

3232
- name: Output Variables
3333
id: vars
@@ -52,7 +52,7 @@ jobs:
5252
platforms: "linux/arm64, linux/amd64, linux/ppc64le, linux/s390x"
5353
steps:
5454
- name: Checkout Repository
55-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
55+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5656

5757
- name: Docker Buildx
5858
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
@@ -118,7 +118,7 @@ jobs:
118118
platforms: "linux/arm64, linux/amd64, linux/s390x"
119119
steps:
120120
- name: Checkout Repository
121-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
121+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
122122

123123
- name: Docker Buildx
124124
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
@@ -198,7 +198,7 @@ jobs:
198198
nap_modules: waf
199199
steps:
200200
- name: Checkout Repository
201-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
201+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
202202

203203
- name: Docker Buildx
204204
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

.github/workflows/build-oss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
image_digest: ${{ steps.build-push.outputs.digest }}
4646
steps:
4747
- name: Checkout Repository
48-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
48+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4949
with:
5050
ref: ${{ inputs.tag != '' && format('refs/tags/v{0}', inputs.tag) || github.ref }}
5151
fetch-depth: 0
@@ -233,7 +233,7 @@ jobs:
233233
ignore-unfixed: "true"
234234

235235
- name: Upload Trivy scan results to GitHub Security tab
236-
uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
236+
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
237237
continue-on-error: true
238238
with:
239239
sarif_file: "trivy-results-${{ inputs.image }}.sarif"

.github/workflows/build-plus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-22.04' || 'kic-plus' }}
5454
steps:
5555
- name: Checkout Repository
56-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
56+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5757
with:
5858
fetch-depth: 0
5959

@@ -264,7 +264,7 @@ jobs:
264264
if: ${{ inputs.publish-image }}
265265

266266
- name: Upload Trivy scan results to GitHub Security tab
267-
uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
267+
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
268268
continue-on-error: true
269269
with:
270270
sarif_file: "trivy-results-${{ inputs.image }}.sarif"

.github/workflows/build-test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
steps:
3030
- name: Checkout Repository
31-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
31+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3232

3333
- name: Docker Buildx
3434
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

.github/workflows/cache-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
chart_version: ${{ steps.vars.outputs.chart_version }}
2525
steps:
2626
- name: Checkout Repository
27-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
27+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2828

2929
- name: Output Variables
3030
id: vars
@@ -45,7 +45,7 @@ jobs:
4545
contents: write # for lucacome/draft-release
4646
steps:
4747
- name: Checkout Repository
48-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
48+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4949
with:
5050
fetch-depth: 0
5151

.github/workflows/cherry-pick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') && github.event.pull_request.merged == true }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c1
21+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2222
with:
2323
fetch-depth: 0
2424
- name: Cherry pick into release-3.5
25-
uses: carloscastrojumo/[email protected].1
25+
uses: carloscastrojumo/[email protected].10
2626
with:
2727
branch: release-3.5
2828
author: nginx-bot <[email protected]>

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
forked_workflow: ${{ steps.vars.outputs.forked_workflow }}
5353
steps:
5454
- name: Checkout Repository
55-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
55+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5656
with:
5757
fetch-depth: 0
5858

@@ -145,7 +145,7 @@ jobs:
145145
needs: checks
146146
steps:
147147
- name: Checkout Repository
148-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
148+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
149149
- name: Setup Golang Environment
150150
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
151151
with:
@@ -155,7 +155,7 @@ jobs:
155155
run: make cover
156156
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
157157
- name: Upload coverage to Codecov
158-
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
158+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
159159
with:
160160
files: ./coverage.txt
161161
token: ${{ secrets.CODECOV_TOKEN }} # required
@@ -171,7 +171,7 @@ jobs:
171171
contents: write # for lucacome/draft-release
172172
steps:
173173
- name: Checkout Repository
174-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
174+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
175175
with:
176176
fetch-depth: 0
177177

@@ -208,7 +208,7 @@ jobs:
208208
issues: write # for goreleaser/goreleaser-action to close milestone
209209
steps:
210210
- name: Checkout Repository
211-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
211+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
212212
with:
213213
fetch-depth: 0
214214

@@ -219,7 +219,7 @@ jobs:
219219
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
220220

221221
- name: Download Syft
222-
uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
222+
uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
223223
if: github.ref_type == 'tag'
224224

225225
- name: Install Cosign
@@ -279,7 +279,7 @@ jobs:
279279
id-token: write
280280
steps:
281281
- name: Checkout Repository
282-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
282+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
283283

284284
- name: Fetch Cached Artifacts
285285
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -418,7 +418,7 @@ jobs:
418418
matrix: ${{ steps.set-matrix.outputs.matrix }}
419419
steps:
420420
- name: Checkout Repository
421-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
421+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
422422

423423
- id: set-matrix
424424
run: |
@@ -481,7 +481,7 @@ jobs:
481481
id-token: write
482482
steps:
483483
- name: Checkout Repository
484-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
484+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
485485

486486
- name: Set image variables
487487
id: image_details
@@ -767,7 +767,7 @@ jobs:
767767
packages: write # for helm to push to GHCR
768768
steps:
769769
- name: Checkout Repository
770-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
770+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
771771
with:
772772
path: kic
773773

@@ -802,7 +802,7 @@ jobs:
802802
helm push ${{ steps.package.outputs.path }} oci://registry-1.docker.io/nginxcharts
803803
804804
- name: Checkout Repository
805-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
805+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
806806
with:
807807
repository: nginxinc/helm-charts
808808
fetch-depth: 1

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
docs_only: ${{ github.event.pull_request && steps.docs.outputs.docs_only == 'true' }}
2929
steps:
3030
- name: Checkout Repository
31-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
31+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3232
with:
3333
fetch-depth: 0
3434

@@ -66,11 +66,11 @@ jobs:
6666

6767
steps:
6868
- name: Checkout repository
69-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
69+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7070

7171
# Initializes the CodeQL tools for scanning.
7272
- name: Initialize CodeQL
73-
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
73+
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
7474
with:
7575
languages: ${{ matrix.language }}
7676
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -89,7 +89,7 @@ jobs:
8989
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
9090
# If this step fails, then you should remove it and run the build manually (see below)
9191
- name: Autobuild
92-
uses: github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
92+
uses: github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
9393

9494
# ℹ️ Command-line programs to run using the OS shell.
9595
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -102,6 +102,6 @@ jobs:
102102
# ./location_of_script_within_repo/buildscript.sh
103103

104104
- name: Perform CodeQL Analysis
105-
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
105+
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
106106
with:
107107
category: "/language:${{matrix.language}}"

.github/workflows/create-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
contents: write
3939
steps:
4040
- name: Checkout NIC repo
41-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
41+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4242
with:
4343
ref: ${{ inputs.source_branch }}
4444

.github/workflows/create-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: write
3232
steps:
3333
- name: Checkout NIC repo
34-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
34+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3535
with:
3636
ref: ${{ inputs.release_branch }}
3737

0 commit comments

Comments
 (0)