-
Notifications
You must be signed in to change notification settings - Fork 3
Update this development branch here #450
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
Conversation
…/eslint-9.18.0 [npm]: Bump eslint from 9.17.0 to 9.18.0
…box into use-mongo-anywhere
…box into use-mongo-anywhere
Use our mongo-anywhere package
Using Zeroes instead of Question Marks
| runs-on: ubuntu-latest | ||
| if: | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| ref: ${{ github.head_ref }} # We need to checkout the head branch, not the temporary merge branch | ||
| persist-credentials: false | ||
|
|
||
| - name: Setup Node.js environment | ||
| uses: actions/[email protected] | ||
|
|
||
| - name: Set name | ||
| run: git config user.name "Gearbox Bot" | ||
|
|
||
| - name: Set email | ||
| run: git config user.email "[email protected]" | ||
|
|
||
| - name: Increment patch number | ||
| run: npm version patch | ||
|
|
||
| - name: Push changes | ||
| uses: ad-m/[email protected] | ||
| with: | ||
| github_token: ${{ secrets.GIT_PUSH_TOKEN }} | ||
| branch: ${{ github.head_ref }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
| - name: Increment patch number | ||
| run: npm version patch | ||
|
|
||
| - name: Push changes |
Check failure
Code scanning / CodeQL
Checkout of untrusted code in a privileged context Critical
pull_request_target
| needs: | ||
| - ci | ||
| uses: ./.github/workflows/cd.yml | ||
| secrets: | ||
| AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
| AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
d82f169
into
Move-InsightsAndSettings-Logic-to-component
yeah