Skip to content

Commit

Permalink
Merge pull request #29 from CycloneDX/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3.0.2

build(deps): bump actions/checkout from 3.0.0 to 3.0.2
  • Loading branch information
nscuro committed May 5, 2022
2 parents 2de8eaf + d063798 commit 3064f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2
- name: Check license headers
uses: apache/skywalking-eyes@v0.2.0
with:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2
- name: Setup Go
uses: actions/setup-go@v3.0.0
with:
Expand Down Expand Up @@ -64,6 +64,6 @@ jobs:
echo "691cf7ed82ecce1f85e6d21bccd1ed2d7968e40eb6be7504b392c8b3a0943891 $HOME/.local/bin/cyclonedx" | sha256sum -c
chmod +x "$HOME/.local/bin/cyclonedx"
- name: Checkout Repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2
- name: Test
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2
with:
fetch-depth: 0
- name: Setup Go
Expand Down

0 comments on commit 3064f67

Please sign in to comment.