Skip to content

Commit 6b09b3d

Browse files
chore(deps): pin dependencies (#29)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | -> `11bd719` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | pinDigest | -> `0aaccfd` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 08:00 AM and 10:59 AM ( * 8-10 * * * ) in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was created by Renovate. <details> <summary>Details</summary> Check the [default configuration](https://redirect.github.com/doctolib/renovate-config) and [documentation](https://doctolib.atlassian.net/wiki/spaces/EE/pages/1882882081/Renovate+Dependencies+Management). See the [logs on Datadog](https://app.datadoghq.com/logs?query=source%3Agithub%20%40git.repository_url%3A%22https%3A%2F%2Fgithub.com%2Fdoctolib%2Frenovate-config.git%22%20%40ci.pipeline.name%3A%28Main%20OR%20%22Run%20Renovate%20on%20doctolib%2Fdoctolib%22%29%20%40name%3Arenovate%20%40repository%3A%2A%2A%2A%2Fterraform-provider-postgresql&agg_m=count&agg_m_source=base&agg_t=count&cols=%40repository&fromUser=false&messageDisplay=inline&refresh_mode=sliding&storage=hot&stream_sort=time%2Cdesc&viz=stream). To replay this update, you can use the following `packageRules` on the [Manual Run](https://redirect.github.com/doctolib/renovate-config/actions/workflows/manual_run.yml) page: `[{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": ["actions/checkout"], "enabled": true}]` </details> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG8tYXBwcm92ZSIsImRlcGVuZGVuY2llcyIsImdpdGh1Yi1hY3Rpb25zIiwicGluRGlnZXN0Il19--> Co-authored-by: doctolib-renovate[bot] <161009298+doctolib-renovate[bot]@users.noreply.github.com>
1 parent d0dbd87 commit 6b09b3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414

1515
- name: Setup Go
16-
uses: actions/setup-go@v5
16+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
1717
with:
1818
go-version: 1.20.x
1919

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
-
2525
name: Unshallow
2626
run: git fetch --prune --unshallow
2727
-
2828
name: Set up Go
29-
uses: actions/setup-go@v5
29+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3030
with:
3131
go-version: '1.20'
3232
-

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323

2424
- name: Set up Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2626
with:
2727
go-version: '1.20'
2828

0 commit comments

Comments
 (0)