This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new b540a2cf6 Bump actions/checkout from 4.1.6 to 4.1.7
b540a2cf6 is described below

commit b540a2cf61b04d8eedc85de4d94944b6daa0ef42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 12 19:13:19 2024 +0000

    Bump actions/checkout from 4.1.6 to 4.1.7
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 
4.1.7.
    - [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/dependency-graph.yml | 2 +-
 .github/workflows/main.yml             | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/dependency-graph.yml 
b/.github/workflows/dependency-graph.yml
index 342217c8b..76f1dd7ae 100644
--- a/.github/workflows/dependency-graph.yml
+++ b/.github/workflows/dependency-graph.yml
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: Check out Repository
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 
v4.1.6
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 
v4.1.7
 
       - name: Submit Dependency Graph
         uses: 
scalacenter/sbt-dependency-submission@7ebd561e5280336d3d5b445a59013810ff79325e 
# v3.0.1
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7551ee6ab..661f74255 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -124,7 +124,7 @@ jobs:
 
       - name: Check out mxml source (Windows)
         if: runner.os == 'Windows'
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 
v4.1.6
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 
v4.1.7
         with:
           repository: michaelrsweet/mxml
           ref: v3.3
@@ -143,7 +143,7 @@ jobs:
           echo "COURSIER_CONFIG_DIR=$temp" >> $GITHUB_ENV
 
       - name: Check out Repository
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 
v4.1.6
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 
v4.1.7
         # Disabling shallow clone is recommended for improving sonarcloud 
reporting
         with:
           fetch-depth: 0
@@ -235,7 +235,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 
v4.1.6
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 
v4.1.7
 
       - name: Setup Java
         uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # 
v4.2.1

Reply via email to