Update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2023-09-04 12:50:03 +00:00
committed by GitHub
parent c646c8f76b
commit dab1b0e0bf
11 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ jobs:
group: ${{ github.ref == 'refs/heads/main' && format('sonar-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('sonar-develop-{0}', github.sha) || format('sonar-{0}', github.ref) }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# Ensure we are building the branch and not the branch after being merged on develop
# https://github.com/actions/checkout/issues/881