Update Actions to node16 (#1469)

* update actions

* address merge conflicts

* fix java updates

* update github script

* update cache to v3

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
Thomas Boop
2022-03-28 22:40:48 +05:30
committed by GitHub
co-authored by Bishal Prasad
parent 3be3c5deec
commit 1d9d6d7fb0
111 changed files with 188 additions and 185 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled