-
Notifications
You must be signed in to change notification settings - Fork 4
Code Scanning Alert: Workflow does not contain permissions #502
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
Labels
Comments
502 Acceptance Criteria
Comments/Additional Notes ADA Compliance (Automated scan via Chrome Lighthouse)
Performance issues attributed to the third-party vendor cloud.gov and large layout shifts, which will be addressed with Bug: Single Result Causes Large Layout Shifts #508 Passed 05/08/2025 - JSD |
felder101
added a commit
that referenced
this issue
May 15, 2025
Sprint 55 issues include: Code Scanning Alert: Workflow does not contain permissions #506 Code Scanning Alert: Workflow does not contain permissions #502 Code Scanning Alert: Workflow does not contain permissions #507 Code Scanning Alert: Workflow does not contain permissions #503 889 Tool | Removal of D&B data usage link after April 4, 2025 #124 Code Scanning Alert: Workflow does not contain permissions #505 Code Scanning Alert: Workflow does not contain permissions #504
felder101
added a commit
that referenced
this issue
May 15, 2025
Sprint 55 issues include: Code Scanning Alert: Workflow does not contain permissions #506 Code Scanning Alert: Workflow does not contain permissions #502 Code Scanning Alert: Workflow does not contain permissions #507 Code Scanning Alert: Workflow does not contain permissions #503 889 Tool | Removal of D&B data usage link after April 4, 2025 #124 Code Scanning Alert: Workflow does not contain permissions #505 Code Scanning Alert: Workflow does not contain permissions #504
Merged
felder101
added a commit
that referenced
this issue
May 16, 2025
Sprint 55 issues include: Code Scanning Alert: Workflow does not contain permissions #506 Code Scanning Alert: Workflow does not contain permissions #502 Code Scanning Alert: Workflow does not contain permissions #507 Code Scanning Alert: Workflow does not contain permissions #503 889 Tool | Removal of D&B data usage link after April 4, 2025 #124 Code Scanning Alert: Workflow does not contain permissions #505 Code Scanning Alert: Workflow does not contain permissions #504
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jobs:
deploy:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v3
- name: Configure environment variables
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.CG_USERNAME }}
cf_password: ${{ secrets.CG_PASSWORD }}
cf_org: gsa-smartpay
cf_space: ${{ inputs.environment }}
command: >-
bin/cg-set-env.sh ${{ inputs.environment }}
- name: Deploy the application
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.CG_USERNAME }}
cf_password: ${{ secrets.CG_PASSWORD }}
cf_org: gsa-smartpay
cf_space: ${{ inputs.environment }}
cf_vars_file: manifest-vars.${{ inputs.environment }}.yml
The text was updated successfully, but these errors were encountered: