Skip to content

Commit 3ae500c

Browse files
build(deps): bump the github-actions group across 1 directory with 6 updates (#663)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 428b5d0 commit 3ae500c

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)