Update default FAST org policies (#3207)
This commit is contained in:
4
.github/actions/fabric-tests/action.yml
vendored
4
.github/actions/fabric-tests/action.yml
vendored
@@ -1,4 +1,4 @@
|
||||
# Copyright 2024 Google LLC
|
||||
# Copyright 2025 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -71,7 +71,7 @@ runs:
|
||||
- name: Pin provider versions
|
||||
shell: bash
|
||||
run: |
|
||||
for f in $(find . -name versions.tf); do
|
||||
for f in $(find . -name versions.tf -o -name versions.tofu); do
|
||||
sed -i 's/>=\(.*# tftest\)/=\1/g' $f;
|
||||
done
|
||||
- name: Install Python Dependencies
|
||||
|
||||
Reference in New Issue
Block a user