Skip to content

Commit

Permalink
📦 Update subpackage devDependencies (#39525)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent da32087 commit 5f3d031
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with:
config-file: ./.github/codeql/config.yml
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with:
category: '/language:${{matrix.language}}'
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
uses: github/codeql-action/upload-sarif@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions extensions/amp-access/0.1/iframe-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-env": "1.7.0",
"rollup": "4.0.0",
"@rollup/plugin-babel": "6.0.3",
"rollup": "4.0.2",
"@rollup/plugin-babel": "6.0.4",
"rollup-plugin-cleanup": "3.2.1"
}
}
4 changes: 2 additions & 2 deletions third_party/amp-toolbox-cache-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"npm-run-all": "4.1.5",
"rollup": "4.0.0",
"rollup": "4.0.2",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-ignore": "1.0.10",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-builtins": "2.1.2",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-node-resolve": "15.2.2",
"rollup-plugin-serve": "2.0.2",
"semver": "7.5.4"
}
Expand Down

0 comments on commit 5f3d031

Please sign in to comment.