Skip to content

Commit 06f8863

Browse files
Merge pull request #51 from lfreleng-actions/dependabot/github_actions/tailscale/github-action-4.1.3
CI(actions): Bump tailscale/github-action from 4.1.2 to 4.1.3
2 parents b65d703 + ef15457 commit 06f8863

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/test-authkey.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
persist-credentials: false
7676

7777
- name: Setup Tailscale on Runner (Auth Key)
78-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
78+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
7979
with:
8080
authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}
8181
hostname: test-authkey-runner-${{ github.run_id }}

.github/workflows/test-bastion-setup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595

9696
- name: Setup Tailscale on Runner
97-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
97+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
9898
with:
9999
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
100100
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
@@ -178,7 +178,7 @@ jobs:
178178
persist-credentials: false
179179

180180
- name: Setup Tailscale on Runner
181-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
181+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
182182
with:
183183
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
184184
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
@@ -302,7 +302,7 @@ jobs:
302302
persist-credentials: false
303303

304304
- name: Setup Tailscale on Runner
305-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
305+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
306306
with:
307307
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
308308
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}

.github/workflows/test-error-handling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
persist-credentials: false
5353

5454
- name: Setup Tailscale on Runner
55-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
55+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
5656
with:
5757
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
5858
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}

.github/workflows/test-oauth-ephemeral.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
persist-credentials: false
9696

9797
- name: Setup Tailscale on Runner
98-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
98+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
9999
with:
100100
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
101101
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
@@ -180,7 +180,7 @@ jobs:
180180
persist-credentials: false
181181

182182
- name: Setup Tailscale on Runner
183-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
183+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
184184
with:
185185
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
186186
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
@@ -304,7 +304,7 @@ jobs:
304304
persist-credentials: false
305305

306306
- name: Setup Tailscale on Runner
307-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
307+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
308308
with:
309309
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
310310
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ runs:
116116
# ========================================
117117
- name: Setup Tailscale VPN (OAuth)
118118
if: inputs.operation == 'setup' && inputs.tailscale_oauth_client_id != '' && inputs.tailscale_oauth_secret != ''
119-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
119+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
120120
with:
121121
oauth-client-id: ${{ inputs.tailscale_oauth_client_id }}
122122
oauth-secret: ${{ inputs.tailscale_oauth_secret }}
@@ -127,7 +127,7 @@ runs:
127127

128128
- name: Setup Tailscale VPN (Auth Key - Legacy)
129129
if: inputs.operation == 'setup' && (inputs.tailscale_oauth_client_id == '' || inputs.tailscale_oauth_secret == '') && inputs.tailscale_auth_key != ''
130-
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
130+
uses: tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
131131
with:
132132
authkey: ${{ inputs.tailscale_auth_key }}
133133
version: ${{ inputs.tailscale_version }}

0 commit comments

Comments
 (0)