File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 47
47
- name : Checkout
48
48
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
49
- name : Setup .NET Core
50
- uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
50
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
51
51
with :
52
52
dotnet-version : ${{ env.DOTNET_VERSION }}
53
53
- name : Dependencies
59
59
- name : Publish
60
60
run : dotnet publish --no-restore -c Release -o './${{ env.PUBLISH_DIR }}'
61
61
- name : Artifacts cache
62
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
62
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
63
63
with :
64
64
path : ./${{ env.WORKING_DIR }}/${{ env.PUBLISH_DIR }}
65
65
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
75
75
with :
76
76
egress-policy : audit
77
77
- name : Artifacts cache
78
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
78
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
79
79
with :
80
80
path : ./${{ env.WORKING_DIR}}/${{ env.PUBLISH_DIR }}
81
81
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
Original file line number Diff line number Diff line change 45
45
- name : Checkout
46
46
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
47
- name : Setup .NET Core
48
- uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
48
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
49
49
with :
50
50
dotnet-version : ${{ env.DOTNET_VERSION }}
51
51
- name : Dependencies
57
57
- name : Publish
58
58
run : dotnet publish --no-restore -c Release -o './${{ env.PUBLISH_DIR }}'
59
59
- name : Artifacts cache
60
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
60
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
61
61
with :
62
62
path : ./${{ env.WORKING_DIR }}/${{ env.PUBLISH_DIR }}
63
63
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
73
73
with :
74
74
egress-policy : audit
75
75
- name : Artifacts cache
76
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
76
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
77
77
with :
78
78
path : ./${{ env.WORKING_DIR}}/${{ env.PUBLISH_DIR }}
79
79
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
Original file line number Diff line number Diff line change 41
41
- name : Checkout
42
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
- name : Setup .NET Core
44
- uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
44
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
45
45
with :
46
46
dotnet-version : ${{ env.DOTNET_VERSION }}
47
47
- name : Dependencies
53
53
- name : Publish
54
54
run : dotnet publish --no-restore -c Release -o './${{ env.PUBLISH_DIR }}'
55
55
- name : Artifacts cache
56
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
56
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57
57
with :
58
58
path : ./${{ env.WORKING_DIR }}/${{ env.PUBLISH_DIR }}
59
59
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
69
69
with :
70
70
egress-policy : audit
71
71
- name : Artifacts cache
72
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
72
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
73
73
with :
74
74
path : ./${{ env.WORKING_DIR}}/${{ env.PUBLISH_DIR }}
75
75
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
Original file line number Diff line number Diff line change 43
43
- name : Checkout
44
44
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
- name : Set up .NET Core
46
- uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
46
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
47
47
with :
48
48
dotnet-version : ${{ env.DOTNET_VERSION }}
49
49
- name : Dependencies
55
55
- name : Publish
56
56
run : dotnet publish --no-restore -c Release -o './${{ env.PUBLISH_DIR }}'
57
57
- name : Artifacts cache
58
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
58
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59
59
with :
60
60
path : ./${{ env.WORKING_DIR }}/${{ env.PUBLISH_DIR }}
61
61
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
71
71
with :
72
72
egress-policy : audit
73
73
- name : Artifacts cache
74
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
74
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
75
75
with :
76
76
path : ./${{ env.WORKING_DIR}}/${{ env.PUBLISH_DIR }}
77
77
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
Original file line number Diff line number Diff line change 43
43
- name : Checkout
44
44
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
- name : Set up .NET Core
46
- uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
46
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
47
47
with :
48
48
dotnet-version : ${{ env.DOTNET_VERSION }}
49
49
- name : Dependencies
55
55
- name : Publish
56
56
run : dotnet publish --no-restore -c Release -o './${{ env.PUBLISH_DIR }}'
57
57
- name : Artifacts cache
58
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
58
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59
59
with :
60
60
path : ./${{ env.WORKING_DIR }}/${{ env.PUBLISH_DIR }}
61
61
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
71
71
with :
72
72
egress-policy : audit
73
73
- name : Artifacts cache
74
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
74
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
75
75
with :
76
76
path : ./${{ env.WORKING_DIR}}/${{ env.PUBLISH_DIR }}
77
77
key : ${{ github.sha }}-${{ env.AZURE_APP_NAME }}-${{ env.DOTNET_RUNTIME }}-artifacts
Original file line number Diff line number Diff line change 63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v3.pre.node20
66
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v3.pre.node20
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
72
72
# Upload the results to GitHub's code scanning dashboard (optional).
73
73
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
75
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments