Skip to content

Commit 8f443e0

Browse files
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [chainguard-dev/actions](https://github.com/chainguard-dev/actions). Updates `github/codeql-action` from 4.35.4 to 4.35.5 - [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...9e0d7b8) Updates `chainguard-dev/actions` from 7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 to 79bd291c02ef97a833226e8da2cefaa775874fd2 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@7cd0d4b...79bd291) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: chainguard-dev/actions dependency-version: 79bd291c02ef97a833226e8da2cefaa775874fd2 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 213ce04 commit 8f443e0

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/analyze.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
fetch-depth: 2
2626
persist-credentials: false
2727

28-
- uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
28+
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
2929
with:
3030
languages: go
3131

32-
- uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
32+
- uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3333

34-
- uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
34+
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5

.github/workflows/boilerplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
persist-credentials: false
3535

36-
- uses: chainguard-dev/actions/boilerplate@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 # main
36+
- uses: chainguard-dev/actions/boilerplate@79bd291c02ef97a833226e8da2cefaa775874fd2 # main
3737
with:
3838
extension: ${{ matrix.extension }}
3939
language: ${{ matrix.language }}

.github/workflows/donotsubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22-
- uses: chainguard-dev/actions/donotsubmit@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 # main
22+
- uses: chainguard-dev/actions/donotsubmit@79bd291c02ef97a833226e8da2cefaa775874fd2 # main

.github/workflows/kind-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: go install ./
3838

3939
- name: Setup Cluster
40-
uses: chainguard-dev/actions/setup-kind@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 # main
40+
uses: chainguard-dev/actions/setup-kind@79bd291c02ef97a833226e8da2cefaa775874fd2 # main
4141
with:
4242
registry-authority: ${{ env.REGISTRY_NAME }}:${{ env.REGISTRY_PORT }}
4343

@@ -71,4 +71,4 @@ jobs:
7171
7272
- name: Collect diagnostics and upload
7373
if: ${{ failure() }}
74-
uses: chainguard-dev/actions/kind-diag@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 # main
74+
uses: chainguard-dev/actions/kind-diag@79bd291c02ef97a833226e8da2cefaa775874fd2 # main

.github/workflows/style.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version-file: 'go.mod'
2626
check-latest: true
2727

28-
- uses: chainguard-dev/actions/gofmt@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029
28+
- uses: chainguard-dev/actions/gofmt@79bd291c02ef97a833226e8da2cefaa775874fd2
2929
with:
3030
args: -s
3131

@@ -46,7 +46,7 @@ jobs:
4646
go-version-file: 'go.mod'
4747
check-latest: true
4848

49-
- uses: chainguard-dev/actions/goimports@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029
49+
- uses: chainguard-dev/actions/goimports@79bd291c02ef97a833226e8da2cefaa775874fd2
5050

5151
lint:
5252
name: Lint
@@ -67,10 +67,10 @@ jobs:
6767
go-version-file: 'go.mod'
6868
check-latest: true
6969

70-
- uses: chainguard-dev/actions/trailing-space@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029
70+
- uses: chainguard-dev/actions/trailing-space@79bd291c02ef97a833226e8da2cefaa775874fd2
7171
if: ${{ always() }}
7272

73-
- uses: chainguard-dev/actions/eof-newline@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029
73+
- uses: chainguard-dev/actions/eof-newline@79bd291c02ef97a833226e8da2cefaa775874fd2
7474
if: ${{ always() }}
7575

7676
- uses: reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1.27.0

0 commit comments

Comments
 (0)