Skip to content

Commit 2582e5f

Browse files
Bump octo-sts/action from 1.0.3 to 1.1.1 (#154)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8a5e00 commit 2582e5f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
17+
- uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1
1818
id: octo-sts
1919
with:
2020
scope: ${{ github.repository }}

.github/workflows/run-terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
WORKLOAD_IDENTITY_PROVIDER: ${{ needs.setup-env.outputs.workload_identity_provider }}
171171

172172
steps:
173-
- uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
173+
- uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1
174174
id: octo-sts
175175
if: ${{ inputs.use_platform_modules == true || inputs.checkout_submodules == true}}
176176
with:
@@ -469,7 +469,7 @@ jobs:
469469
WORKLOAD_IDENTITY_PROVIDER: ${{ needs.setup-env.outputs.WORKLOAD_IDENTITY_PROVIDER }}
470470

471471
steps:
472-
- uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
472+
- uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1
473473
id: octo-sts
474474
if: ${{ inputs.use_platform_modules == true || inputs.checkout_submodules == true}}
475475
with:

.github/workflows/update-skip-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.0 from https://skip.kartverket.no/docs/applikasjon-utrulling/argo-cd/hva-er-et-apps-repo
37+
- uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.0.0 from https://skip.kartverket.no/docs/applikasjon-utrulling/argo-cd/hva-er-et-apps-repo
3838
id: octo-sts
3939
with:
4040
scope: kartverket/skip.kartverket.no

0 commit comments

Comments
 (0)