-
Notifications
You must be signed in to change notification settings - Fork 2
Merge main into production for deployment #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
7503d5a
missing npm run build command
Nyzl 75bb64a
localhost doesn't use https
Nyzl f89823c
update production URL
Nyzl 10e936d
Merge pull request #271 from alphagov/IA-20241028
nacnudus 211ce0e
Add Actionlint Checks
dj-maisy 3ded7c5
Multiple Action Linting fixes
dj-maisy 0be6176
A Checkout v3 was missed by the last search
dj-maisy e4582ca
Merge pull request #283 from alphagov/add-actionlint-to-all-repos
dj-maisy 3baf9f6
chore(deps): bump on-headers and express-session
dependabot[bot] 99db3c5
chore(deps): bump form-data and @cypress/request
dependabot[bot] dc3b6b8
chore(deps-dev): bump tmp from 0.2.1 to 0.2.4
dependabot[bot] 044e9bc
Merge pull request #288 from alphagov/dependabot/npm_and_yarn/multi-0…
nacnudus 288d2d9
Merge pull request #291 from alphagov/dependabot/npm_and_yarn/tmp-0.2.4
nacnudus f7a6664
Merge pull request #289 from alphagov/dependabot/npm_and_yarn/multi-8…
nacnudus 43b5f73
chore(deps): bump axios from 1.7.4 to 1.8.2 in /signon-mock
dependabot[bot] 6245e0b
Merge pull request #292 from alphagov/dependabot/npm_and_yarn/signon-…
nacnudus dc48cd7
chore(deps): bump axios from 1.7.4 to 1.8.2
dependabot[bot] fa57150
chore(deps): bump form-data from 4.0.0 to 4.0.4 in /signon-mock
dependabot[bot] b88ecdb
Merge pull request #293 from alphagov/dependabot/npm_and_yarn/axios-1…
nacnudus e51df66
Merge pull request #294 from alphagov/dependabot/npm_and_yarn/signon-…
nacnudus 77b9cd9
chore(deps): bump brace-expansion in /signon-mock
dependabot[bot] 8f0e603
Merge pull request #295 from alphagov/dependabot/npm_and_yarn/signon-…
Nyzl 5d60cfc
feat: IA-1609 - implement request rate-limiting to prevent denial-of-…
aaronfowles aaa0bac
Merge pull request #296 from alphagov/rate-limit-auth-calls
aaronfowles 3ccd5ae
fix: IA-1609 - configure trust proxy setting to find requestor IP whe…
aaronfowles cef321f
Disable Dependabot
samsimpson1 dc15075
Delete dependabot.yml
samsimpson1 18b909e
Merge pull request #300 from alphagov/samsimpson1/disable-dependabot
samsimpson1 e26acbb
Merge pull request #298 from alphagov/set-proxy-config-to-prevent-glo…
aaronfowles c00dd05
IA-1609: move setting the trust proxy to before middleware init
aaronfowles 3f22ecb
Merge pull request #301 from alphagov/fix_proxy_setting_in_staging
aaronfowles 0d49d92
ci: explicitly set required permissions on GitHub Actions Workflows
aaronfowles 0be4362
Merge pull request #303 from alphagov/address_codeql_actions_permissi…
aaronfowles File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| name: Lint GitHub Actions | ||
| permissions: | ||
| contents: read | ||
| on: | ||
| push: | ||
| paths: ['.github/**'] | ||
| jobs: | ||
| actionlint: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| with: | ||
| show-progress: false | ||
| - uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.