You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2023/04/14 12:09:01 UTC

[daffodil] branch main updated: Bump actions/checkout from 3.5.1 to 3.5.2

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] <49...@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] <su...@github.com>
---
 .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/checkout@v3.5.1
+      - uses: actions/checkout@v3.5.2
 
       - 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/checkout@v3.5.1
+        uses: actions/checkout@v3.5.2
         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/checkout@v3.5.1
+        uses: actions/checkout@v3.5.2
         # Disabling shallow clone is recommended for improving sonarcloud reporting
         with:
           fetch-depth: 0
@@ -208,7 +208,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/checkout@v3.5.1
+        uses: actions/checkout@v3.5.2
 
       - name: Setup Java
         uses: actions/setup-java@v3.11.0