This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 93c570aa82 Bump actions/checkout from 6.0.2 to 6.0.3
93c570aa82 is described below
commit 93c570aa82897bdbdbebb52b5dad6ca0cf2dbf28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 13:35:24 2026 +0100
Bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to
6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/camel-master-cron.yaml | 16 ++++++++--------
.github/workflows/check-dependency-convergence.yml | 2 +-
.github/workflows/ci-build.yaml | 16 ++++++++--------
.github/workflows/ci-semeru-jdk.yaml | 12 ++++++------
.github/workflows/generate-sbom-main.yml | 2 +-
.github/workflows/jdk25-build.yaml | 12 ++++++------
.github/workflows/label-issue.yaml | 2 +-
.github/workflows/pr-doc-validation.yml | 4 ++--
.github/workflows/pr-validate.yml | 2 +-
.github/workflows/quarkus-lts-ci-build.yaml | 12 ++++++------
.github/workflows/quarkus-master-cron.yaml | 16 ++++++++--------
.github/workflows/synchronize-dependabot-branch.yaml | 2 +-
12 files changed, 49 insertions(+), 49 deletions(-)
diff --git a/.github/workflows/camel-master-cron.yaml
b/.github/workflows/camel-master-cron.yaml
index a3ace147f3..279613d6e9 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -53,7 +53,7 @@ jobs:
[ ! -d ~/build-data ] && mkdir -p ~/build-data
echo "${{ github.run_id }}-${{ github.run_number }}-$(uuidgen)" >
~/build-data/build-id.txt
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: camel-main
fetch-depth: 0
@@ -157,7 +157,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: camel-main
fetch-depth: 0
@@ -244,7 +244,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: camel-main
fetch-depth: 0
@@ -346,7 +346,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: camel-main
fetch-depth: 0
@@ -400,7 +400,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: camel-main
fetch-depth: 0
@@ -455,7 +455,7 @@ jobs:
tar -xzf ../maven-repo.tgz -C ~
rm -f ../maven-repo.tgz
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: camel-main
fetch-depth: 0
@@ -515,7 +515,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: camel-main
fetch-depth: 0
@@ -600,7 +600,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: camel-main
fetch-depth: 0
diff --git a/.github/workflows/check-dependency-convergence.yml
b/.github/workflows/check-dependency-convergence.yml
index 49a6eb4dcf..b451c215cf 100644
--- a/.github/workflows/check-dependency-convergence.yml
+++ b/.github/workflows/check-dependency-convergence.yml
@@ -46,7 +46,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
- name: Set Build Info
run: |
[ ! -d ~/build-data ] && mkdir -p ~/build-data
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index e332ec5efc..c24bca4a07 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -118,7 +118,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
if: steps.init.outputs.run-checks == 'true'
with:
ref: ${{ env.CHECKOUT_REF }}
@@ -191,7 +191,7 @@ jobs:
&& sed -i '/<module>integration-tests<\/module>/d' pom.xml \
&& ./mvnw ${CQ_MAVEN_ARGS} clean install -Dquickly -Prelocations
-T1C
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -261,7 +261,7 @@ jobs:
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -338,7 +338,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -430,7 +430,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -476,7 +476,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -528,7 +528,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m -Xms3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -577,7 +577,7 @@ jobs:
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.examples-matrix)
}}
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
- name: Set up JDK 17
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
diff --git a/.github/workflows/ci-semeru-jdk.yaml
b/.github/workflows/ci-semeru-jdk.yaml
index 6e10325325..d60669f98a 100644
--- a/.github/workflows/ci-semeru-jdk.yaml
+++ b/.github/workflows/ci-semeru-jdk.yaml
@@ -58,7 +58,7 @@ jobs:
distribution: 'semeru'
java-version: '21'
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -127,7 +127,7 @@ jobs:
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -204,7 +204,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -296,7 +296,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -341,7 +341,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -383,7 +383,7 @@ jobs:
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.examples-matrix)
}}
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
- name: Set up Semeru JDK 21
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index a342db79c0..105f89a207 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -41,7 +41,7 @@ jobs:
matrix:
java: [ '17' ]
steps:
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
diff --git a/.github/workflows/jdk25-build.yaml
b/.github/workflows/jdk25-build.yaml
index d846b00248..5d2266bd6f 100644
--- a/.github/workflows/jdk25-build.yaml
+++ b/.github/workflows/jdk25-build.yaml
@@ -61,7 +61,7 @@ jobs:
distribution: 'temurin'
java-version: '25'
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -131,7 +131,7 @@ jobs:
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -208,7 +208,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -300,7 +300,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -345,7 +345,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
@@ -387,7 +387,7 @@ jobs:
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.examples-matrix)
}}
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
- name: Set up JDK 25
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
diff --git a/.github/workflows/label-issue.yaml
b/.github/workflows/label-issue.yaml
index feae883a85..bda85e7d29 100644
--- a/.github/workflows/label-issue.yaml
+++ b/.github/workflows/label-issue.yaml
@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: main
- name: Install js-yaml package
diff --git a/.github/workflows/pr-doc-validation.yml
b/.github/workflows/pr-doc-validation.yml
index be6ce366b5..b32da34aed 100644
--- a/.github/workflows/pr-doc-validation.yml
+++ b/.github/workflows/pr-doc-validation.yml
@@ -39,13 +39,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout camel-quarkus repo
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
persist-credentials: false
submodules: recursive
path: camel-quarkus
- name: Checkout camel-website repo
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
repository: apache/camel-website
path: camel-website
diff --git a/.github/workflows/pr-validate.yml
b/.github/workflows/pr-validate.yml
index 525eff1c2e..70ecdf81a3 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -76,7 +76,7 @@ jobs:
if: github.base_ref == 'quarkus-main'
run: |
echo "BRANCH_OPTIONS=-Poss-snapshots" >> $GITHUB_ENV
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Set up JDK 17
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
diff --git a/.github/workflows/quarkus-lts-ci-build.yaml
b/.github/workflows/quarkus-lts-ci-build.yaml
index 423e088e8f..27826be287 100644
--- a/.github/workflows/quarkus-lts-ci-build.yaml
+++ b/.github/workflows/quarkus-lts-ci-build.yaml
@@ -71,7 +71,7 @@ jobs:
&& sed -i '/<module>integration-tests<\/module>/d' pom.xml \
&& ./mvnw ${CQ_MAVEN_ARGS} clean install -Dquickly -Prelocations
-T1C
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ github.event.inputs.branch }}.x
fetch-depth: 0
@@ -137,7 +137,7 @@ jobs:
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ github.event.inputs.branch }}.x
fetch-depth: 0
@@ -217,7 +217,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ github.event.inputs.branch }}.x
fetch-depth: 0
@@ -312,7 +312,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ github.event.inputs.branch }}.x
fetch-depth: 0
@@ -360,7 +360,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ github.event.inputs.branch }}.x
fetch-depth: 0
@@ -414,7 +414,7 @@ jobs:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: ${{ github.event.inputs.branch }}.x
fetch-depth: 0
diff --git a/.github/workflows/quarkus-master-cron.yaml
b/.github/workflows/quarkus-master-cron.yaml
index 67faf44b40..4b3fe28ea8 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -53,7 +53,7 @@ jobs:
[ ! -d ~/build-data ] && mkdir -p ~/build-data
echo "${{ github.run_id }}-${{ github.run_number }}-$(uuidgen)" >
~/build-data/build-id.txt
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: quarkus-main
fetch-depth: 0
@@ -158,7 +158,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: quarkus-main
fetch-depth: 0
@@ -245,7 +245,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: quarkus-main
fetch-depth: 0
@@ -347,7 +347,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: quarkus-main
fetch-depth: 0
@@ -401,7 +401,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: quarkus-main
fetch-depth: 0
@@ -456,7 +456,7 @@ jobs:
tar -xzf ../maven-repo.tgz -C ~
rm -f ../maven-repo.tgz
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: quarkus-main
fetch-depth: 0
@@ -516,7 +516,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: quarkus-main
fetch-depth: 0
@@ -601,7 +601,7 @@ jobs:
rm -f ../maven-repo.tgz
df -h /
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
with:
ref: quarkus-main
fetch-depth: 0
diff --git a/.github/workflows/synchronize-dependabot-branch.yaml
b/.github/workflows/synchronize-dependabot-branch.yaml
index 4320553ec1..6c99ac3653 100644
--- a/.github/workflows/synchronize-dependabot-branch.yaml
+++ b/.github/workflows/synchronize-dependabot-branch.yaml
@@ -92,7 +92,7 @@ jobs:
echo "pr-number=${PR_NUMBER}" >> $GITHUB_OUTPUT
fi
- name: Checkout dependabot branch
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #
v6.0.3
if: steps.setup-dependabot-patches.outputs.pr-head-sha != ''
with:
ref: ${{ steps.setup-dependabot-patches.outputs.pr-head-sha }}