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
16 changes: 8 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Download main branch coverage
if: github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v')
uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
with:
workflow: go.yml
branch: main
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Install Nix
uses: cachix/install-nix-action@e4f4bde15728394ded896ef07491a85f2eb24956 # v31
uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31
with:
nix_path: nixpkgs=channel:nixos-unstable

Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
working-directory: src

- name: Install GoReleaser Pro
uses: goreleaser/goreleaser-action@9a127d869fb706213d29cdf8eef3a4ea2b869415 # v7
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
with:
distribution: goreleaser-pro
install-only: true
Expand All @@ -293,7 +293,7 @@ jobs:

# From https://github.com/Azure/trusted-signing-action/pull/37
- name: Azure login
uses: azure/login@2dd0bbf4064d5a1812889dc200bb8eed2597f82a # v3
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
# working-directory: src

- name: Run GoReleaser (macOS)
uses: goreleaser/goreleaser-action@9a127d869fb706213d29cdf8eef3a4ea2b869415 # v7
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
with:
distribution: goreleaser-pro # either 'goreleaser' (default) or 'goreleaser-pro'
# version: latest
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
fetch-depth: 0 # for release notes

- name: Install Nix (for nix-prefetch-url)
uses: cachix/install-nix-action@e4f4bde15728394ded896ef07491a85f2eb24956 # v31
uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31

- name: Download dist-mac folder
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand All @@ -425,7 +425,7 @@ jobs:
cache-dependency-path: src/go.sum

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@9a127d869fb706213d29cdf8eef3a4ea2b869415 # v7
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
with:
distribution: goreleaser-pro # either 'goreleaser' (default) or 'goreleaser-pro'
# version: latest
Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
needs: [go-release, post-release, nix-shell-test, push-docker]
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@cdf0a2130cbcdfd82ba5fcac8e076370bf381b36 # v2
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2
env:
MSG_MINIMAL: actions url
SLACK_COLOR: failure
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version-file: src/go.mod
cache-dependency-path: src/go.sum
# Execute goreleaser nightly run (see .goreleaser.yml nightly for details)
- uses: goreleaser/goreleaser-action@9a127d869fb706213d29cdf8eef3a4ea2b869415 # v7
- uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
with:
distribution: goreleaser-pro
version: latest
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Slack Notification
if: failure()
uses: rtCamp/action-slack-notify@cdf0a2130cbcdfd82ba5fcac8e076370bf381b36 # v2
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2
env:
MSG_MINIMAL: actions url
SLACK_COLOR: failure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
environment: smoketest
steps:
- name: Trigger Workflow
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
# If this token is expired, you can regenerate by following these steps:
# 1. Navigate to https://github.com/settings/personal-access-tokens/new
Expand Down
Loading