Skip to content

Commit 2da270a

Browse files
chore(deps): update github actions updates
1 parent 3039ef3 commit 2da270a

14 files changed

Lines changed: 25 additions & 25 deletions

.github/workflows/build-greenhousectl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: [ ubuntu-latest ]
1717
steps:
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919
with:
2020
fetch-depth: 0
2121
token: ${{ secrets.GITHUB_TOKEN }}
@@ -29,7 +29,7 @@ jobs:
2929
- name: cleanup autogenerated files
3030
run: git checkout .
3131
- name: release
32-
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
32+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
3333
with:
3434
distribution: goreleaser
3535
version: ${{ vars.GITHUB_SHA }}

.github/workflows/check-alerts-doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
check-alerts-doc:
1616
runs-on: [ ubuntu-latest ]
1717
steps:
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121

.github/workflows/check-changes-crd-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
permission-contents: write
3232

3333
- name: Checkout
34-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
with:
3636
repository: ${{ github.event.pull_request.head.repo.full_name }}
3737
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/ci-e2e-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Checkout PR head (for suite discovery)
8989
if: steps.cmd.outputs.discover == 'true'
90-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
90+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9191
with:
9292
ref: ${{ steps.pr.outputs.sha }}
9393

.github/workflows/ci-e2e-test-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: "Prepare E2E Scenarios"
1313
steps:
1414
- name: "Checkout"
15-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616

1717
# find all e2e scenarios in the e2e directory and generate an array of scenario names
1818
- name: "E2E Detection"

.github/workflows/ci-e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "Prepare E2E Scenarios"
2121
steps:
2222
- name: "Checkout"
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424

2525
# find all e2e scenarios in the e2e directory and generate an array of scenario names
2626
- name: "E2E Detection"
@@ -76,7 +76,7 @@ jobs:
7676
lint:
7777
runs-on: [ ubuntu-latest ]
7878
steps:
79-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
79+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8080
with:
8181
token: ${{ secrets.GITHUB_TOKEN }}
8282

.github/workflows/ci-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
discussions: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1717
with:
1818
fetch-depth: 0
1919
token: ${{ secrets.GITHUB_TOKEN }}
@@ -23,15 +23,15 @@ jobs:
2323
go-version-file: 'go.mod'
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: release
26-
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
26+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
2727
with:
2828
distribution: goreleaser
2929
version: ${{ vars.GITHUB_SHA }}
3030
args: release --config .github/.goreleaser.yaml --clean
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Build Changelog
34-
uses: mikepenz/release-changelog-builder-action@bcae7115752d4ed746ff92feb666574428a79415 # v6.2.1
34+
uses: mikepenz/release-changelog-builder-action@c9bcd8238b6f41e05561348339429d360b1c0247 # v6.2.3
3535
with:
3636
configuration: .github/changelog-config.json
3737
ignorePreReleases: true
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Release
4242
if: startsWith(github.ref, 'refs/tags/')
43-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
43+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
4444
with:
4545
draft: true
4646
generate_release_notes: false

.github/workflows/deploy-github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
extended: true
4444

4545
- name: Checkout greenhouse repository
46-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4747
with:
4848
repository: ${{ github.repository }}
4949
path: greenhouse
5050
submodules: true
5151
fetch-depth: 0
5252

5353
- name: Checkout greenhouse-extensions repository
54-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
54+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5555
with:
5656
repository: ${{ github.repository_owner}}/greenhouse-extensions
5757
ref: ${{ github.event.client_payload.sha }}

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id-token: write
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434

3535
# Install the cosign tool except on PR
3636
# https://github.com/sigstore/cosign-installer
@@ -133,7 +133,7 @@ jobs:
133133
severity: "CRITICAL,HIGH,MEDIUM"
134134

135135
- name: Upload Trivy scan results to GitHub Security tab
136-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
136+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
137137
if: always()
138138
with:
139139
sarif_file: trivy-results.sarif

.github/workflows/helm-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
helm-lint:
1212
runs-on: [ ubuntu-latest ]
1313
steps:
14-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515
with:
1616
fetch-depth: 0
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: Set up Helm
20-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
20+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
2121
with:
2222
version: "v4.2.2"
2323

0 commit comments

Comments
 (0)