Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ampproject/amphtml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a773857511184e2b6a1d7e42e42f2d0300114769
Choose a base ref
..
head repository: ampproject/amphtml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf635c482dfe023352f5760090220667fe290e28
Choose a head ref
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.4.8
codecov: codecov/codecov@4.1.0
macos: circleci/macos@2.5.1
macos: circleci/macos@2.5.2
node: circleci/node@5.2.0

push_and_pr_builds: &push_and_pr_builds
2 changes: 1 addition & 1 deletion .github/workflows/cross-platform-builds.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set Up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: lts/*
- name: Install Dependencies
2 changes: 1 addition & 1 deletion .github/workflows/cut-nightly.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
fetch-depth: 100

- name: Set Up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: lts/*

2 changes: 1 addition & 1 deletion .github/workflows/release-tagger.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: lts/*
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2 changes: 1 addition & 1 deletion .github/workflows/status-page.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: lts/*
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Loading