Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: "Notify in Slack if benchmark job failed"
if: "${{ failure() }}"
uses: "slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c" # v3.0.3
uses: "slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d" # v4.0.0
with:
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
webhook-type: "incoming-webhook"
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: "actions/checkout@v7"
- uses: "authzed/actions/setup-go@main"
- uses: "docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4" # v4.3.0
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
with:
username: "${{ env.DOCKERHUB_PUBLIC_USER }}"
password: "${{ env.DOCKERHUB_PUBLIC_ACCESS_TOKEN }}"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
steps:
- uses: "actions/checkout@v7"
- uses: "authzed/actions/setup-go@main"
- uses: "docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4" # v4.3.0
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
with:
username: "${{ env.DOCKERHUB_PUBLIC_USER }}"
password: "${{ env.DOCKERHUB_PUBLIC_ACCESS_TOKEN }}"
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
if: |
needs.paths-filter.outputs.codechange == 'true'
- uses: "docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4" # v4.3.0
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
if: |
needs.paths-filter.outputs.codechange == 'true'
with:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
if: |
needs.paths-filter.outputs.codechange == 'true'
- uses: "docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4" # v4.3.0
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
if: |
needs.paths-filter.outputs.codechange == 'true'
with:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
if: |
needs.paths-filter.outputs.codechange == 'true'
- uses: "docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4" # v4.3.0
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
if: |
needs.paths-filter.outputs.codechange == 'true'
with:
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
if: |
needs.paths-filter.outputs.codechange == 'true'
- uses: "docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4" # v4.3.0
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
if: |
needs.paths-filter.outputs.codechange == 'true'
with:
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
if: |
needs.paths-filter.outputs.codechange == 'true'
- uses: "docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4" # v4.3.0
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
if: |
needs.paths-filter.outputs.codechange == 'true'
with:
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
if: |
needs.paths-filter.outputs.codechange == 'true'
- uses: "docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4" # v4.3.0
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
if: |
needs.paths-filter.outputs.codechange == 'true'
with:
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
- name: "Generate Protos"
run: "go run mage.go gen:proto"
- uses: "chainguard-dev/actions/nodiff@f0be69916b439d0fcced2451b23d0f27cd46d545" # main
- uses: "chainguard-dev/actions/nodiff@b2555de0cf9724fb9b49d050ff18bd1f49562ba7" # main
with:
path: ""
fixup-command: "go run mage.go gen:proto"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: "Notify in Slack if failure"
if: "${{ failure() }}"
uses: "slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c" # v3.0.3
uses: "slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d" # v4.0.0
with:
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
webhook-type: "incoming-webhook"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keep-a-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
skipLabels: "Skip-Changelog,dependencies,tests"
missingUpdateErrorMessage: "If your PR has a change that users might care about, please add an entry to CHANGELOG.md, run 'npx keep-a-changelog', and commit the changes. Otherwise, add the Skip-Changelog label to your PR."
- uses: "actions/checkout@v7"
- uses: "actions/setup-node@v6"
- uses: "actions/setup-node@v7"
- run: "npx keep-a-changelog@2.8.0"
- run: |
files=$(git status --porcelain)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
pull-requests: "write"
steps:
- uses: "actions/labeler@f27b608878404679385c85cfa523b85ccb86e213" # v6.1.0
- uses: "actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13" # v7.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
- name: "Generate docs"
run: "go run mage.go gen:docs"
- uses: "chainguard-dev/actions/nodiff@f0be69916b439d0fcced2451b23d0f27cd46d545" # main
- uses: "chainguard-dev/actions/nodiff@b2555de0cf9724fb9b49d050ff18bd1f49562ba7" # main
with:
path: ""
fixup-command: "mage gen:docs"
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: "authzed/actions/setup-go@main"
- name: "Lint Everything"
run: "go run mage.go lint:all"
- uses: "chainguard-dev/actions/nodiff@f0be69916b439d0fcced2451b23d0f27cd46d545" # main
- uses: "chainguard-dev/actions/nodiff@b2555de0cf9724fb9b49d050ff18bd1f49562ba7" # main
with:
path: ""
fixup-command: "go run mage.go lint:all"
4 changes: 2 additions & 2 deletions .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- uses: "authzed/actions/setup-go@main"
- uses: "nowsprinting/check-version-format-action@485fbf1df432e42859933ebaf16f27f7cdb7bde7" # v5.0.2
- uses: "nowsprinting/check-version-format-action@ee32a64fe737aeac52fe802f1bf8c3454f93a86c" # v5.0.3
id: "version"
with:
prefix: "v"
Expand All @@ -40,7 +40,7 @@ jobs:
CHOCOLATEY_API_KEY: "${{ secrets.CHOCOLATEY_API_KEY }}"
- name: "Notify Slack if failure"
if: "failure()"
uses: "slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c" # v3.0.3
uses: "slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d" # v4.0.0
with:
webhook: "${{ secrets.SLACK_WEBHOOK_URL }}"
webhook-type: "incoming-webhook"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- uses: "authzed/actions/setup-go@main"
- uses: "nowsprinting/check-version-format-action@485fbf1df432e42859933ebaf16f27f7cdb7bde7" # v5.0.2
- uses: "nowsprinting/check-version-format-action@ee32a64fe737aeac52fe802f1bf8c3454f93a86c" # v5.0.3
id: "version"
with:
prefix: "v"
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: "${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}"
- name: "Notify Slack of goreleaser status"
if: "always()"
uses: "slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c" # v3.0.3
uses: "slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d" # v4.0.0
with:
webhook: "${{ secrets.SLACK_WEBHOOK_URL }}"
webhook-type: "incoming-webhook"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# trivy does not flag an old SpiceDB version
fetch-depth: 0
- uses: "authzed/actions/setup-go@main"
- uses: "docker/login-action@v4.3.0" # v3.7.0
- uses: "docker/login-action@v4.6.0" # v3.7.0
with:
username: "${{ env.DOCKERHUB_PUBLIC_USER }}"
password: "${{ env.DOCKERHUB_PUBLIC_ACCESS_TOKEN }}"
Expand Down
Loading