Skip to content

Commit 78627a5

Browse files
📦 Update subpackage devDependencies (#39949)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed24d5f commit 78627a5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.github/workflows/codeql.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
41+
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
4242
with:
4343
config-file: ./.github/codeql/config.yml
4444
languages: ${{ matrix.language }}
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
47+
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
4848
with:
4949
category: '/language:${{matrix.language}}'

‎.github/workflows/scorecard.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: 'Upload to code-scanning'
75-
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
75+
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
7676
with:
7777
sarif_file: results.sarif

‎extensions/amp-access/0.1/iframe-api/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"babel-plugin-external-helpers": "6.22.0",
1818
"babel-preset-env": "1.7.0",
19-
"rollup": "4.14.0",
19+
"rollup": "4.14.1",
2020
"@rollup/plugin-babel": "6.0.4",
2121
"rollup-plugin-cleanup": "3.2.1"
2222
}

‎third_party/amp-toolbox-cache-url/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"karma-chrome-launcher": "3.2.0",
4141
"karma-jasmine": "5.1.0",
4242
"npm-run-all2": "6.1.2",
43-
"rollup": "4.14.0",
43+
"rollup": "4.14.1",
4444
"rollup-plugin-commonjs": "10.1.0",
4545
"rollup-plugin-filesize": "10.0.0",
4646
"rollup-plugin-ignore": "1.0.10",

0 commit comments

Comments
 (0)