Skip to content

Commit 1b36200

Browse files
Bump the all group with 3 updates (#144)
Bumps the all group with 3 updates: [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment), [azure/login](https://github.com/azure/login) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `marocchino/sticky-pull-request-comment` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@efaaab3...331f8f5) Updates `azure/login` from 1.5.1 to 1.6.1 - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@de95379...cb79c77) Updates `actions/upload-artifact` from 4.0.0 to 4.3.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...26f96df) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02fce88 commit 1b36200

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
102102
103103
- name: Add Coverage PR Comment
104-
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd
104+
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
105105
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
106106
with:
107107
recreate: true

.github/workflows/deploy-reusable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
dotnet publish "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-build --output "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
7575
7676
- name: Login to azure
77-
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294
77+
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
7878
with:
7979
client-id: ${{ inputs.client-id }}
8080
tenant-id: ${{ secrets.tenant-id }}

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
publish_results: true
3131

3232
- name: "Upload artifact"
33-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
33+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
3434
with:
3535
name: SARIF file
3636
path: results.sarif

0 commit comments

Comments
 (0)