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 38b018e82 Bump actions/checkout from 3.5.1 to 3.5.2
38b018e82 is described below

commit 38b018e8264d0ca3efe1d4aaed17ab6468638b4d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 13 19:57:38 2023 +0000

    Bump actions/checkout from 3.5.1 to 3.5.2
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 
3.5.2.
    - [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/v3.5.1...v3.5.2)
    
    ---
    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-scan.yml | 2 +-
 .github/workflows/main.yml            | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/dependency-scan.yml 
b/.github/workflows/dependency-scan.yml
index 984a5c5f2..3a1fd3252 100644
--- a/.github/workflows/dependency-scan.yml
+++ b/.github/workflows/dependency-scan.yml
@@ -34,7 +34,7 @@ jobs:
     # Steps represent a sequence of tasks that will be executed as part of the 
job
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can 
access it
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
 
       - name: Sbt Dependency Submission
         # You may pin to the exact commit or the version.
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 315b781cc..df0a37adb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -99,7 +99,7 @@ jobs:
 
       - name: Check out mxml source (Windows)
         if: runner.os == 'Windows'
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           repository: michaelrsweet/mxml
           ref: v3.3
@@ -118,7 +118,7 @@ jobs:
           echo "COURSIER_CONFIG_DIR=$temp" >> $GITHUB_ENV
 
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         # Disabling shallow clone is recommended for improving sonarcloud 
reporting
         with:
           fetch-depth: 0
@@ -208,7 +208,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Setup Java
         uses: actions/[email protected]

Reply via email to