Skip to content

Commit 6191a18

Browse files
committed
action.yml: update dependencies
Update actions/setup-go to its latest version and pin to this version. Use go 1.25.5 in the aforementioned action (latest at the time of writing and to match v1.92.1 of tailscale). Update pinned gitops-pusher sha to v1.92.1 in tailscale. Fixes #51 Fixes #66 Signed-off-by: Mario Minardi <mario@tailscale.com>
1 parent 0a59ccf commit 6191a18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ runs:
3535
run: |
3636
echo "::error title=⛔ error hint::only one of API Key or OAuth secret should be specified.
3737
exit 1
38-
- uses: actions/setup-go@v5
38+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3939
with:
40-
go-version: 1.22.4
40+
go-version: 1.25.5
4141
cache: false
4242

4343
- name: Gitops pusher
@@ -49,4 +49,4 @@ runs:
4949
TS_OAUTH_SECRET: "${{ inputs.oauth-secret }}"
5050
TS_API_KEY: "${{ inputs.api-key }}"
5151
TS_TAILNET: "${{ inputs.tailnet }}"
52-
run: go run tailscale.com/cmd/gitops-pusher@66aa77416744037baec93206ae212012a2314f83 "--policy-file=${{ inputs.policy-file }}" "${{ inputs.action }}"
52+
run: go run tailscale.com/cmd/gitops-pusher@2078eb56f3ca310821aae3fa140aa3b0d3bda2dc "--policy-file=${{ inputs.policy-file }}" "${{ inputs.action }}"

0 commit comments

Comments
 (0)