changeset 7485:e6cd3f3cd691

Bump actions/checkout from 3.5.2 to 3.5.3 - https://github.com/roundup-tracker/roundup/pull/37
author John Rouillard <rouilj@ieee.org>
date Sun, 11 Jun 2023 23:48:08 -0400
parents 38ce0a2a9cf8
children 0b4028a75705
files .github/workflows/anchore.yml .github/workflows/ci-test.yml .github/workflows/codeql-analysis.yml .github/workflows/ossf-scorecard.yml
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/anchore.yml	Sun Jun 11 23:47:00 2023 -0400
+++ b/.github/workflows/anchore.yml	Sun Jun 11 23:48:08 2023 -0400
@@ -37,7 +37,7 @@
     runs-on: ubuntu-latest
     steps:
     - name: Checkout the code
-      uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+      uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
     - name: Build the Docker image
       run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
     - name: List the Docker image
--- a/.github/workflows/ci-test.yml	Sun Jun 11 23:47:00 2023 -0400
+++ b/.github/workflows/ci-test.yml	Sun Jun 11 23:48:08 2023 -0400
@@ -90,7 +90,7 @@
         # if: {{ false }}
           # continue running if step fails
         # continue-on-error: true
-        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
 
       # Setup version of Python to use
       - name: Set Up Python ${{ matrix.python-version }}
--- a/.github/workflows/codeql-analysis.yml	Sun Jun 11 23:47:00 2023 -0400
+++ b/.github/workflows/codeql-analysis.yml	Sun Jun 11 23:48:08 2023 -0400
@@ -49,7 +49,7 @@
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.6.0
+      uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.6.0
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
--- a/.github/workflows/ossf-scorecard.yml	Sun Jun 11 23:47:00 2023 -0400
+++ b/.github/workflows/ossf-scorecard.yml	Sun Jun 11 23:48:08 2023 -0400
@@ -35,7 +35,7 @@
 
     steps:
       - name: "Checkout code"
-        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
+        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0
         with:
           persist-credentials: false
 

Roundup Issue Tracker: http://roundup-tracker.org/