Skip to content

Commit

Permalink
Merge branch 'main' into LPAL-1312-label
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 authored Sep 9, 2024
2 parents 31b2834 + d9207a1 commit 8a35e38
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Upload Screenshot Artifact
if: failure()
uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3.2.0
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
with:
name: cypress-screenshots
path: cypress/screenshots/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Check coverage
run: php ../scripts/pipeline/php_coverage/check_coverage.php ./coverage-xml/index.xml ${{ matrix.scan.minCoverage }}
- name: Upload Coverage Artifacts
uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3.2.0
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
with:
name: coverage-html
path: ${{ matrix.scan.path }}/coverage-html/
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Check coverage
run: php ../scripts/pipeline/php_coverage/check_coverage.php ./coverage-xml/index.xml ${{ matrix.scan.minCoverage }}
- name: Upload Coverage Artifacts
uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3.2.0
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
with:
name: coverage-html
path: ${{ matrix.scan.path }}/coverage-html/
2 changes: 1 addition & 1 deletion aurora-scheduler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module descheduler

go 1.21

toolchain go1.23.0
toolchain go1.23.1

require (
github.com/aws/aws-lambda-go v1.47.0
Expand Down
58 changes: 29 additions & 29 deletions terraform/environment/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a35e38

Please sign in to comment.