From 67c862fc20bc9992b42454d3c0a2b9d7b374e6a0 Mon Sep 17 00:00:00 2001 From: vincenthsh <111712068+vincenthsh@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:49:52 +0700 Subject: [PATCH] chore: Dependabot bump actions/checkout@v4.1.2 (#264) --- templates/templates/.github/workflows/fogg_ci.yml.tmpl | 2 +- testdata/github_actions/.github/workflows/fogg_ci.yml | 2 +- .../github_actions_with_iam_role/.github/workflows/fogg_ci.yml | 2 +- testdata/v2_full_yaml/.github/workflows/fogg_ci.yml | 2 +- .../.github/workflows/fogg_ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/templates/.github/workflows/fogg_ci.yml.tmpl b/templates/templates/.github/workflows/fogg_ci.yml.tmpl index b837fc72b..653357d52 100644 --- a/templates/templates/.github/workflows/fogg_ci.yml.tmpl +++ b/templates/templates/.github/workflows/fogg_ci.yml.tmpl @@ -17,7 +17,7 @@ jobs: contents: read {{- end }} steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: repository: {{`${{ github.event.pull_request.head.repo.full_name }}`}} ref: {{`${{ github.event.pull_request.head.ref }}`}} diff --git a/testdata/github_actions/.github/workflows/fogg_ci.yml b/testdata/github_actions/.github/workflows/fogg_ci.yml index f70de644c..b0e6edf24 100644 --- a/testdata/github_actions/.github/workflows/fogg_ci.yml +++ b/testdata/github_actions/.github/workflows/fogg_ci.yml @@ -10,7 +10,7 @@ jobs: fogg-apply: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/testdata/github_actions_with_iam_role/.github/workflows/fogg_ci.yml b/testdata/github_actions_with_iam_role/.github/workflows/fogg_ci.yml index 8fa890e2b..e47760160 100644 --- a/testdata/github_actions_with_iam_role/.github/workflows/fogg_ci.yml +++ b/testdata/github_actions_with_iam_role/.github/workflows/fogg_ci.yml @@ -14,7 +14,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/testdata/v2_full_yaml/.github/workflows/fogg_ci.yml b/testdata/v2_full_yaml/.github/workflows/fogg_ci.yml index 2700fbce7..5deb3f876 100644 --- a/testdata/v2_full_yaml/.github/workflows/fogg_ci.yml +++ b/testdata/v2_full_yaml/.github/workflows/fogg_ci.yml @@ -14,7 +14,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/testdata/v2_github_actions_with_pre_commit/.github/workflows/fogg_ci.yml b/testdata/v2_github_actions_with_pre_commit/.github/workflows/fogg_ci.yml index 961b0f87f..e8c00c5c0 100644 --- a/testdata/v2_github_actions_with_pre_commit/.github/workflows/fogg_ci.yml +++ b/testdata/v2_github_actions_with_pre_commit/.github/workflows/fogg_ci.yml @@ -14,7 +14,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }}