Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow committed Feb 16, 2024
1 parent ea54872 commit cb7e8fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: test.sarif
8 changes: 4 additions & 4 deletions test.sarif
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{
"physicalLocation": {
"artifactLocation": {
"uri": "image/alpine:3.15/lib/apk/db/installed",
"uri": "image://alpine:3.15/lib/apk/db/installed",
"uriBaseId": "image://alpine:3.15",
"description": {
"text": "file: lib/apk/db/installed, layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
Expand Down Expand Up @@ -128,7 +128,7 @@
{
"physicalLocation": {
"artifactLocation": {
"uri": "image/alpine:3.15/lib/apk/db/installed",
"uri": "image://alpine:3.15/lib/apk/db/installed",
"uriBaseId": "image://alpine:3.15",
"description": {
"text": "file: lib/apk/db/installed, layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
Expand Down Expand Up @@ -162,7 +162,7 @@
{
"physicalLocation": {
"artifactLocation": {
"uri": "image/alpine:3.15/lib/apk/db/installed",
"uri": "image://alpine:3.15/lib/apk/db/installed",
"uriBaseId": "image://alpine:3.15",
"description": {
"text": "file: lib/apk/db/installed, layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
Expand Down Expand Up @@ -196,7 +196,7 @@
{
"physicalLocation": {
"artifactLocation": {
"uri": "image/alpine:3.15/lib/apk/db/installed",
"uri": "image://alpine:3.15/lib/apk/db/installed",
"uriBaseId": "image://alpine:3.15",
"description": {
"text": "file: lib/apk/db/installed, layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
Expand Down

0 comments on commit cb7e8fd

Please sign in to comment.