From 5bca44f3d2a9bee032afb831537a3f5963874212 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 6 Sep 2022 09:31:08 -0700 Subject: Bump actions/checkout from 3 to 3.0.2. --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0067a012..cdfd9c5a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v3.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ae0ab60a..8529d278 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: java: [ 8 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.0.2 - uses: actions/cache@v3.0.8 with: path: ~/.m2/repository -- cgit v1.2.3