aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGary Gregory <gardgregory@gmail.com>2022-09-06 09:31:08 -0700
committerGary Gregory <gardgregory@gmail.com>2022-09-06 09:31:08 -0700
commit5bca44f3d2a9bee032afb831537a3f5963874212 (patch)
treedc764e06071d6186f7020d9f65d03337cb3202d5 /.github
parentc8e7b467794a0173409752933085ae20e15bf1ef (diff)
downloadapache-commons-io-5bca44f3d2a9bee032afb831537a3f5963874212.tar.gz
Bump actions/checkout from 3 to 3.0.2.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/coverage.yml2
2 files changed, 2 insertions, 2 deletions
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