Skip to content

Commit ee616a4

Browse files
build(deps): bump the github-actions group with 6 updates
Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [chainguard-dev/actions](https://github.com/chainguard-dev/actions) | `1.6.5` | `1.6.11` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `6.0.0` | | [nick-fields/retry](https://github.com/nick-fields/retry) | `3` | `4` | | [juliangruber/approve-pull-request-action](https://github.com/juliangruber/approve-pull-request-action) | `2.0.6` | `2.1.0` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `2.1.1` | `3.0.1` | | [nowsprinting/check-version-format-action](https://github.com/nowsprinting/check-version-format-action) | `4` | `5` | Updates `chainguard-dev/actions` from 1.6.5 to 1.6.11 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@71714a7...8bb24c2) Updates `codecov/codecov-action` from 5.5.2 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.5.2...v6.0.0) Updates `nick-fields/retry` from 3 to 4 - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](nick-fields/retry@v3...v4) Updates `juliangruber/approve-pull-request-action` from 2.0.6 to 2.1.0 - [Release notes](https://github.com/juliangruber/approve-pull-request-action/releases) - [Commits](juliangruber/approve-pull-request-action@b71c44f...68fcc9a) Updates `slackapi/slack-github-action` from 2.1.1 to 3.0.1 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@91efab1...af78098) Updates `nowsprinting/check-version-format-action` from 4 to 5 - [Release notes](https://github.com/nowsprinting/check-version-format-action/releases) - [Commits](nowsprinting/check-version-format-action@v4...v5) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nick-fields/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: juliangruber/approve-pull-request-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nowsprinting/check-version-format-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a6f6f5 commit ee616a4

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: "authzed/actions/setup-go@main"
3535
- name: "Generate docs"
3636
run: "go run mage.go gen:docs"
37-
- uses: "chainguard-dev/actions/nodiff@71714a76c3df10b544595a2294c16649dc3472e5" # main
37+
- uses: "chainguard-dev/actions/nodiff@8bb24c24be6871bee44f19be55ea11e3b2aea3dd" # main
3838
with:
3939
path: ""
4040
fixup-command: "mage gen:docs"
@@ -52,7 +52,7 @@ jobs:
5252
- name: "Unit tests with coverage"
5353
run: "go run mage.go test:runWithCoverage"
5454
- name: "Upload coverage to Codecov"
55-
uses: "codecov/codecov-action@v5.5.2"
55+
uses: "codecov/codecov-action@v6.0.0"
5656
with:
5757
files: "./coverage.txt"
5858
verbose: true
@@ -88,7 +88,7 @@ jobs:
8888
# There's a whole bunch of vars in the environment that aren't needed for running this test, so we clear them out.
8989
# NOTE: if you need to do this in the future, I recommend bashing into the container and running `env | sort | less`
9090
# NOTE: wasmbrowsertest can have flaky websocket timeouts, so we retry up to 3 times
91-
uses: "nick-fields/retry@v3"
91+
uses: "nick-fields/retry@v4"
9292
with:
9393
max_attempts: 3
9494
timeout_minutes: 5

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
branch: "docs-zed-update"
5959
branch-suffix: "random"
6060
- name: "Approve Pull Request in target"
61-
uses: "juliangruber/approve-pull-request-action@b71c44ff142895ba07fad34389f1938a4e8ee7b0" # v2.0.6
61+
uses: "juliangruber/approve-pull-request-action@68fcc9a5a73b5641cadf757cf99d73720dcb05d0" # v2.1.0
6262
if: "steps.check-changes.outputs.docs_changed == 'true'"
6363
with:
6464
repo: "authzed/docs"
@@ -71,7 +71,7 @@ jobs:
7171
GH_TOKEN: "${{ secrets.AUTHZEDAPPROVER_REPO_SCOPED_TOKEN }}"
7272
- name: "Notify in Slack if failure"
7373
if: "${{ failure() }}"
74-
uses: "slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a" # v2.1.1
74+
uses: "slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95" # v3.0.1
7575
with:
7676
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
7777
webhook-type: "incoming-webhook"

.github/workflows/release-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- uses: "authzed/actions/setup-go@main"
18-
- uses: "nowsprinting/check-version-format-action@v4"
18+
- uses: "nowsprinting/check-version-format-action@v5"
1919
id: "version"
2020
with:
2121
prefix: "v"
@@ -37,7 +37,7 @@ jobs:
3737
CHOCOLATEY_API_KEY: "${{ secrets.CHOCOLATEY_API_KEY }}"
3838
- name: "Notify in Slack if failure"
3939
if: "${{ failure() }}"
40-
uses: "slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a" # v2.1.1
40+
uses: "slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95" # v3.0.1
4141
with:
4242
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
4343
webhook-type: "incoming-webhook"

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GEMFURY_PUSH_TOKEN: "${{ secrets.GEMFURY_PUSH_TOKEN }}"
3333
- name: "Notify in Slack if failure"
3434
if: "${{ failure() }}"
35-
uses: "slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a" # v2.1.1
35+
uses: "slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95" # v3.0.1
3636
with:
3737
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
3838
webhook-type: "incoming-webhook"
@@ -72,7 +72,7 @@ jobs:
7272
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
7373
- name: "Notify in Slack if failure"
7474
if: "${{ failure() }}"
75-
uses: "slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a" # v2.1.1
75+
uses: "slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95" # v3.0.1
7676
with:
7777
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
7878
webhook-type: "incoming-webhook"

0 commit comments

Comments
 (0)