Skip to content

Commit

Permalink
backport of commit 11cf98a
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud authored Feb 21, 2025
1 parent 38840e6 commit 08bd80c
Show file tree
Hide file tree
Showing 427 changed files with 3,936 additions and 18,474 deletions.
3 changes: 0 additions & 3 deletions .changelog/18530.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/24415.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/24601.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/24724.txt

This file was deleted.

11 changes: 0 additions & 11 deletions .changelog/24785.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/24909.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/24997.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/25109.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/25173.txt

This file was deleted.

35 changes: 0 additions & 35 deletions .github/pull_request_template.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: git config --global url.'https://${{ env.ELEVATED_GITHUB_TOKEN }}@github.com'.insteadOf 'https://github.com'
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
cache: ${{ contains(runner.name, 'Github Actions') }}
cache: true
go-version-file: .go-version
cache-dependency-path: '**/go.sum'
- name: Run make check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: node ../scripts/combine-ui-test-results.js
- name: Upload combined results for comparison
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: test-results-${{ github.sha }}
path: ui/combined-test-results.json
Expand Down
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,3 @@ tools/missing/missing

# allow security scanner file
!scan.hcl

# generated variables for upgrade tests
enos.vars.hcl
enos/modules/*/*.tfvars

# local license files
*.hclic
Loading

0 comments on commit 08bd80c

Please sign in to comment.