We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be5fc6 commit 7dc6520Copy full SHA for 7dc6520
.github/workflows/renovate-build.yml
@@ -26,7 +26,7 @@ jobs:
26
if: ${{ github.actor == 'renovate[bot]' }}
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
30
31
- name: Check for changes
32
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ needs.check.outputs.generate == 'true' }}
47
48
49
50
with:
51
ref: ${{ github.head_ref }}
52
token: ${{ secrets.NGINX_PAT }}
0 commit comments