This is an automated email from the ASF dual-hosted git repository.
valdar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new fb6ef90 fix #1301: updated actions/checkout to version v2.4.0
fb6ef90 is described below
commit fb6ef90dc574bda57e0d3009d51d2b7d0d43f156
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Thu Jan 27 00:37:05 2022 +0100
fix #1301: updated actions/checkout to version v2.4.0
---
.github/workflows/asf-snapshots-deploy.yml | 4 ++--
.github/workflows/automatic-changelog-update.yml | 2 +-
.github/workflows/automatic-sync-camel-main.yml | 4 ++--
.github/workflows/backport.yml | 2 +-
.github/workflows/daily-java-next.yml | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/asf-snapshots-deploy.yml
b/.github/workflows/asf-snapshots-deploy.yml
index 42fa055..1dec2c8 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -32,7 +32,7 @@ jobs:
matrix:
java: [ '8' ]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: AdoptOpenJDK/install-jdk@v1
with:
@@ -52,7 +52,7 @@ jobs:
NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/[email protected]
- name: Set up JDK 11
uses: AdoptOpenJDK/install-jdk@v1
with:
diff --git a/.github/workflows/automatic-changelog-update.yml
b/.github/workflows/automatic-changelog-update.yml
index 3468ced..e05e8cf 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -30,7 +30,7 @@ jobs:
if: github.ref == 'refs/heads/main' && github.repository ==
'apache/camel-kafka-connector'
steps:
- name: "Checkout camel-kafka-connector"
- uses: actions/checkout@v2
+ uses: actions/[email protected]
with:
persist-credentials: false
submodules: recursive
diff --git a/.github/workflows/automatic-sync-camel-main.yml
b/.github/workflows/automatic-sync-camel-main.yml
index fbdb7fe..5e2d395 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -34,7 +34,7 @@ jobs:
java: [ '11' ]
steps:
- name: Checkout Camel project
- uses: actions/checkout@v2
+ uses: actions/[email protected]
with:
repository: apache/camel
ref: main
@@ -57,7 +57,7 @@ jobs:
clean install
working-directory: ${{ github.workspace }}/camel
- name: Checkout camel-kafka-connector project
- uses: actions/checkout@v2
+ uses: actions/[email protected]
with:
ref: main
fetch-depth: 0
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index e05f41b..548eeae 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -28,7 +28,7 @@ jobs:
name: Backport
steps:
- name: "Checkout camel-kafka-connector"
- uses: actions/checkout@v2
+ uses: actions/[email protected]
with:
persist-credentials: false
submodules: recursive
diff --git a/.github/workflows/daily-java-next.yml
b/.github/workflows/daily-java-next.yml
index ff6e685..d94fefc 100644
--- a/.github/workflows/daily-java-next.yml
+++ b/.github/workflows/daily-java-next.yml
@@ -33,7 +33,7 @@ jobs:
matrix:
java: [ '15' ]
steps:
- - uses: actions/checkout@v1
+ - uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: AdoptOpenJDK/install-jdk@v1
with: