Skip to content

Commit

Permalink
Pin Azure Login action by commit id (microsoft#3301)
Browse files Browse the repository at this point in the history
* Pin Azure Login action by commit id

Signed-off-by: Alan Jowett <[email protected]>

* Fix broken yaml

Signed-off-by: Alan Jowett <[email protected]>

---------

Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan-Jowett authored Feb 27, 2024
1 parent cba8cc3 commit 5a0c8dc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd-release-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/reusable-build.yml
with:
ref: ${{ github.ref }}
build_artifact: Build-x64
generate_release_package: true
build_msi: true
Expand All @@ -54,6 +55,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/reusable-build.yml
with:
ref: ${{ github.ref }}
build_artifact: Build-x64-native-only
build_msi: true
build_nuget: true
Expand Down Expand Up @@ -208,6 +210,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/reusable-build.yml
with:
ref: ${{ github.ref }}
build_artifact: Build-x64-Analyze
# Analysis on external projects is conditional, as on small CI/CD VMs the compiler can run OOM
build_options: /p:Analysis='True' /p:AnalysisOnExternal='False'
Expand All @@ -217,6 +220,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/reusable-build.yml
with:
ref: ${{ github.ref }}
build_artifact: Build-x64-Sanitize
build_options: /p:AddressSanitizer='True'

Expand Down Expand Up @@ -312,6 +316,7 @@ jobs:
codeql:
uses: ./.github/workflows/reusable-build.yml
with:
ref: ${{ github.ref }}
build_artifact: Build-x64-CodeQl
build_codeql: true

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/reusable-build.yml
with:
ref: ${{ github.ref }}
build_artifact: Build-x64
build_options: /p:ReleaseJIT='False'
configurations: '["Release"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-perf-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: ${{github.workspace}}/results

- name: Log into Azure
uses: azure/login@v1
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion external/Catch2
2 changes: 1 addition & 1 deletion external/ebpf-verifier
2 changes: 1 addition & 1 deletion external/ubpf
Submodule ubpf updated 1 files
+1 −1 external/bpf_conformance

0 comments on commit 5a0c8dc

Please sign in to comment.