Skip to content

Commit 4a952a1

Browse files
chore(deps): update actions/checkout digest to 34e1148 (#254)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `08eba0b` -> `34e1148` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/infratographer/metadata-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8a9bd3 commit 4a952a1

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/apollo-studio-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
APOLLO_VCS_REMOTE_URL: ${{ github.event.pull_request.head.repo.clone_url }}
2121
APOLLO_VCS_BRANCH: ${{ github.event.pull_request.head.label }}
2222
steps:
23-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626

.github/workflows/apollo-studio-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
APOLLO_KEY: ${{ secrets.APOLLO_KEY }}
1212
APOLLO_VCS_COMMIT: ${{ github.event.pull_request.head.sha }}
1313
steps:
14-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
14+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515

1616
- name: Install Rover
1717
run: |

.github/workflows/conventional-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
pull-requests: write
1717
steps:
18-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
- uses: CondeNast/conventional-pull-request-action@3ce30fdb4d2beef8b941f23a1114dd8188eba082 # v0.2.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/image-main-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Log in to GHCR
1515
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
1616

17-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/lint-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ports:
3030
- 5432:5432
3131
steps:
32-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3333
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3434
with:
3535
go-version-file: "go.mod"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
helm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
11+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1212

1313
- name: Publish Helm charts
1414
uses: stefanprodan/helm-gh-pages@master
@@ -30,7 +30,7 @@ jobs:
3030
- name: Log in to GHCR
3131
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
3232

33-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
33+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/renovate-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Checkout code
2323
if: steps.check_renovate.outputs.is_renovate == 'true'
24-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
24+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2525
with:
2626
repository: ${{ github.event.pull_request.head.repo.full_name }}
2727
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/test-go.yml

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

2727
steps:
2828
- name: Checkout code for ${{ matrix.ci-database }}
29-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
29+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3030
- name: Set up Go for ${{ matrix.ci-database }}
3131
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3232
with:

0 commit comments

Comments
 (0)